This commit is contained in:
derpy-duck 2023-09-05 15:19:09 -04:00 committed by GitHub
parent de68ea9bf6
commit 5457e7ff98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ export function deliveryInstructionsPrintable(
targetAddress: ix.targetAddress.toString("hex"), targetAddress: ix.targetAddress.toString("hex"),
payload: ix.payload.toString("base64"), payload: ix.payload.toString("base64"),
requestedReceiverValue: ix.requestedReceiverValue.toString(), requestedReceiverValue: ix.requestedReceiverValue.toString(),
extraReceiverValue: ix.requestedReceiverValue.toString(), extraReceiverValue: ix.extraReceiverValue.toString(),
encodedExecutionInfo: executionInfoToString(ix.encodedExecutionInfo), encodedExecutionInfo: executionInfoToString(ix.encodedExecutionInfo),
refundChainId: ix.refundChainId.toString(), refundChainId: ix.refundChainId.toString(),
refundAddress: ix.refundAddress.toString("hex"), refundAddress: ix.refundAddress.toString("hex"),