Skip to content

Commit

Permalink
Update warp/backend.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ceyhun Onur <[email protected]>
Signed-off-by: minghinmatthewlam <[email protected]>
  • Loading branch information
minghinmatthewlam and ceyonur authored Jan 25, 2024
1 parent 8431295 commit 8f6303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warp/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (b *backend) initOffChainMessages(offchainMessages [][]byte) error {
}

if unsignedMsg.SourceChainID != b.sourceChainID {
return fmt.Errorf("%w at index %d: source chain ID mismatch", avalancheWarp.ErrWrongSourceChainID, i)
return fmt.Errorf("%w at index %d", avalancheWarp.ErrWrongSourceChainID, i)
}

_, err = payload.ParseAddressedCall(unsignedMsg.Payload)
Expand Down

0 comments on commit 8f6303e

Please sign in to comment.