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, we store an Option which is only used to verify things if it's present. Instead, we should verify its existence and fail unless we're in a test_mode state. The test_mode should likely be a config and should be validated so that it's impossible to run test_mode with network being mainnet
Currently, we store an Option which is only used to verify things if it's present. Instead, we should verify its existence and fail unless we're in a
test_mode
state. Thetest_mode
should likely be a config and should be validated so that it's impossible to runtest_mode
withnetwork
beingmainnet
clementine/core/src/operator.rs
Lines 525 to 549 in 940fc12
The text was updated successfully, but these errors were encountered: