Skip to content

Commit

Permalink
Merge pull request #8 from catalogfi/blockHash
Browse files Browse the repository at this point in the history
  • Loading branch information
tok-kkk authored Jan 29, 2024
2 parents 096bd5d + 29e6793 commit 6184586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions btc/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ type Prevout struct {
type Status struct {
Confirmed bool `json:"confirmed"`
BlockHeight uint64 `json:"block_height"`
BlockHash string `json:"block_hash"`
}

// IndexerClient provides some rpc functions which usually cannot be achieved by the standard bitcoin json-rpc methods.
Expand Down

0 comments on commit 6184586

Please sign in to comment.