Skip to content

Commit cae55ac

Browse files
add git_hash
1 parent c86a70f commit cae55ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/general.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type LedgerInfo struct {
2323
OldestBlockHeight string `json:"oldest_block_height"`
2424
BlockHeight string `json:"block_height"`
2525
NodeRole string `json:"node_role"`
26+
GitHash string `json:"git_hash"`
2627
}
2728

2829
func (impl GeneralImp) LedgerInformation(ctx context.Context, opts ...interface{}) (*LedgerInfo, error) {

0 commit comments

Comments
 (0)