Skip to content

Commit eaa4100

Browse files
committed
Batch cancel tuple arguments fixed
1 parent a964b87 commit eaa4100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zrxkit/src/main/java/com/blocksdecoded/zrxkit/contracts/RawFunctionsEncoder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ internal class RawFunctionsEncoder(
120120
orders.first().exchangeAddress,
121121
encodeFunction(
122122
BATCH_CANCEL_ORDERS,
123-
orders
123+
listOf(orders)
124124
)
125125
)
126126

0 commit comments

Comments
 (0)