Skip to content

Commit 453abe8

Browse files
fix: remove comment
1 parent a2b111b commit 453abe8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/exchange-module/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ export class ExchangeModule extends CustomModule {
266266
provider,
267267
fromAccountId,
268268
rawTransaction: serializeTransaction(transaction),
269-
// TODO: for sell they accept Binary for coinify legacy, do we need to do the same thing here for fund?
270269
hexBinaryPayload:
271270
typeof binaryPayload === "string" ? binaryPayload : binaryPayload.toString("hex"),
272271
hexSignature: typeof signature === "string" ? signature : signature.toString("hex"),

0 commit comments

Comments
 (0)