Skip to content

Commit

Permalink
bugfix (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
derpy-duck committed Sep 5, 2023
1 parent de68ea9 commit 5457e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/js/src/relayer/structs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export function deliveryInstructionsPrintable(
targetAddress: ix.targetAddress.toString("hex"),
payload: ix.payload.toString("base64"),
requestedReceiverValue: ix.requestedReceiverValue.toString(),
extraReceiverValue: ix.requestedReceiverValue.toString(),
extraReceiverValue: ix.extraReceiverValue.toString(),
encodedExecutionInfo: executionInfoToString(ix.encodedExecutionInfo),
refundChainId: ix.refundChainId.toString(),
refundAddress: ix.refundAddress.toString("hex"),
Expand Down

0 comments on commit 5457e7f

Please sign in to comment.