Skip to content

Commit 762d7bc

Browse files
committed
fix order nonce too large
1 parent bb17667 commit 762d7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ export class Client {
861861
this.nashProtocolMarketData = mapMarketsForNashProtocol(this.marketData)
862862
this.assetData = await this.fetchAssetData()
863863
this.pallierPkStr = JSON.stringify(this.apiKey.paillier_pk)
864-
this.currentOrderNonce = createTimestamp32()
864+
this.currentOrderNonce = 0
865865
await this.updateTradedAssetNonces()
866866
}
867867

0 commit comments

Comments
 (0)