Skip to content

Commit

Permalink
f fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
devrandom committed Sep 24, 2024
1 parent 0b6fe59 commit 087b527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion fuzz/src/chanmon_consistency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ use std::mem;
use std::sync::atomic;
use std::sync::{Arc, Mutex};
use std::cmp::{self, Ordering};
use bitcoin::bech32::u5;
use lightning::util::dyn_signer::DynSigner;

const MAX_FEE: u32 = 10_000;
Expand Down
4 changes: 2 additions & 2 deletions fuzz/src/full_stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ impl SignerProvider for KeyProvider {
let ctr = channel_keys_id[0];
let (inbound, state) = self.signer_state.borrow().get(&ctr).unwrap().clone();
TestChannelSigner::new_with_revoked(
if inbound {
DynSigner::new(if inbound {
InMemorySigner::new(
&secp_ctx,
SecretKey::from_slice(&[
Expand Down Expand Up @@ -528,7 +528,7 @@ impl SignerProvider for KeyProvider {
channel_keys_id,
channel_keys_id,
)
},
}),
state,
false,
)
Expand Down

0 comments on commit 087b527

Please sign in to comment.