Skip to content

Commit 9145271

Browse files
committed
set fixed nonce for debugging
1 parent d1fe9e2 commit 9145271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exchange/exchange_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ impl ExchangeClient {
11941194
"Testnet".to_string()
11951195
};
11961196

1197-
let timestamp = next_nonce();
1197+
let timestamp = 1111111;
11981198

11991199
let send_asset = SendAsset {
12001200
signature_chain_id: 421614,

0 commit comments

Comments
 (0)