We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
needs_persist
false
1 parent 2f0f8be commit b30ffceCopy full SHA for b30ffce
lightning-liquidity/src/lsps2/service.rs
@@ -479,7 +479,7 @@ impl PeerState {
479
let pending_requests = new_hash_map();
480
let intercept_scid_by_user_channel_id = new_hash_map();
481
let intercept_scid_by_channel_id = new_hash_map();
482
- let needs_persist = true;
+ let needs_persist = false;
483
Self {
484
outbound_channels_by_intercept_scid,
485
pending_requests,
0 commit comments