mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-27 16:53:13 +00:00
Change seq_poll_timeout to seq_poll_timeout_millis
somehow during Daniil's PR the polltime was changed from `ms` to `s` and this broke wallet module ui.
This commit is contained in:
parent
18d9d80105
commit
ff36f7f76b
@ -1,7 +1,7 @@
|
||||
{
|
||||
"override_rust_log": null,
|
||||
"sequencer_addr": "http://127.0.0.1:3040",
|
||||
"seq_poll_timeout": "30s",
|
||||
"seq_poll_timeout_millis": 30000",
|
||||
"seq_tx_poll_max_blocks": 15,
|
||||
"seq_poll_max_retries": 10,
|
||||
"seq_block_poll_max_amount": 100,
|
||||
@ -144,4 +144,4 @@
|
||||
}
|
||||
],
|
||||
"basic_auth": null
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user