Skip to content

Commit

Permalink
Update zetaclient/chains/bitcoin/observer/outbound.go
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Chen <[email protected]>
  • Loading branch information
lumtis and ws4charlie authored May 20, 2024
1 parent 7bd7c11 commit de35f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/chains/bitcoin/observer/outbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func (ob *Observer) getOutboundidByNonce(nonce uint64, test bool) (string, error
}
txid := send.GetCurrentOutboundParam().Hash
if txid == "" {
return "", fmt.Errorf("getOutboundidByNonce: cannot find outbound txid for nonce %d", nonce)
return "", fmt.Errorf("getOutboundIDByNonce: cannot find outbound txid for nonce %d", nonce)
}
// make sure it's a real Bitcoin txid
_, getTxResult, err := GetTxResultByHash(ob.rpcClient, txid)
Expand Down

0 comments on commit de35f15

Please sign in to comment.