You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently use a not-in-config file cs_single().one_confirm_timeout value for the timeout of the state transition CoinSwapCarol.receive_tx4_sig which is set to 7200 (2 hours) currently.
So there are two things that crop up: 1, in a testing setup with short locktimes, waiting such a long time can end up past various locktimes. 2, this should be an exposed config var probably, even though I am loth to add yet more of them.
Not a blocking issue really, only for testing (probably including testnet, depending on the case).
The text was updated successfully, but these errors were encountered:
Currently use a not-in-config file
cs_single().one_confirm_timeout
value for the timeout of the state transitionCoinSwapCarol.receive_tx4_sig
which is set to 7200 (2 hours) currently.So there are two things that crop up: 1, in a testing setup with short locktimes, waiting such a long time can end up past various locktimes. 2, this should be an exposed config var probably, even though I am loth to add yet more of them.
Not a blocking issue really, only for testing (probably including testnet, depending on the case).
The text was updated successfully, but these errors were encountered: