We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86a70f commit cae55acCopy full SHA for cae55ac
client/general.go
@@ -23,6 +23,7 @@ type LedgerInfo struct {
23
OldestBlockHeight string `json:"oldest_block_height"`
24
BlockHeight string `json:"block_height"`
25
NodeRole string `json:"node_role"`
26
+ GitHash string `json:"git_hash"`
27
}
28
29
func (impl GeneralImp) LedgerInformation(ctx context.Context, opts ...interface{}) (*LedgerInfo, error) {
0 commit comments