Skip to content

Commit

Permalink
Added a reference for new method in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jan 24, 2022
1 parent 0896c60 commit fe1eb19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ View the generated [documentation](https://pkg.go.dev/github.com/mrz1836/go-what
- [x] Get Raw Transaction Data
- [x] Get Raw Transaction Output
- [x] Get Merkle Proof
- [x] Get Merkle Proof (TSC)
- [x] Get Bulk Transaction Details (Custom)
- [x] Mempool
- [x] Get Mempool Info
Expand Down
4 changes: 2 additions & 2 deletions definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ type MerkleTSCResults []*MerkleTSCInfo
// MerkleTSCInfo is the response for the get TSC merkle request
type MerkleTSCInfo struct {
Index int `json:"index"`
TxOrID string `json:"txOrId"`
Target string `json:"target"`
Nodes []string `json:"nodes"`
Target string `json:"target"`
TxOrID string `json:"txOrId"`
}

// MerchantResponse is the response from a tx submission
Expand Down

0 comments on commit fe1eb19

Please sign in to comment.