Skip to content

Commit 700679d

Browse files
committed
Reapply "debug with hardcoded nonce"
This reverts commit c660e12.
1 parent 3c72658 commit 700679d

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
@@ -1186,7 +1186,7 @@ impl ExchangeClient {
11861186
"Testnet".to_string()
11871187
};
11881188

1189-
let timestamp = next_nonce();
1189+
let timestamp = 1762838147000;
11901190

11911191
let send_asset = SendAsset {
11921192
signature_chain_id: 421614,

0 commit comments

Comments
 (0)