derpy-duck 2 anni fa
parent
commit
5457e7ff98
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      sdk/js/src/relayer/structs.ts

+ 1 - 1
sdk/js/src/relayer/structs.ts

@@ -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"),