We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b111b commit 453abe8Copy full SHA for 453abe8
libs/exchange-module/src/index.ts
@@ -266,7 +266,6 @@ export class ExchangeModule extends CustomModule {
266
provider,
267
fromAccountId,
268
rawTransaction: serializeTransaction(transaction),
269
- // TODO: for sell they accept Binary for coinify legacy, do we need to do the same thing here for fund?
270
hexBinaryPayload:
271
typeof binaryPayload === "string" ? binaryPayload : binaryPayload.toString("hex"),
272
hexSignature: typeof signature === "string" ? signature : signature.toString("hex"),
0 commit comments