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 524e9f9 commit fe6c019
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 @@ -312,7 +312,7 @@ func (ob *Observer) getOutboundidByNonce(nonce uint64, test bool) (string, error
if !test { // if not unit test, get cctx from zetacore
send, err := ob.zetacoreClient.GetCctxByNonce(ob.chain.ChainId, nonce)
if err != nil {
return "", errors.Wrapf(err, "getOutboundidByNonce: error getting cctx for nonce %d", nonce)
return "", errors.Wrapf(err, "getOutboundIDByNonce: error getting cctx for nonce %d", nonce)
}
txid := send.GetCurrentOutboundParam().Hash
if txid == "" {
Expand Down

0 comments on commit fe6c019

Please sign in to comment.