Skip to content

Commit

Permalink
Merge main into multiple_bolt12
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Nov 6, 2024
2 parents 05b8bb1 + fbb77e6 commit 523569c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cdk-integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub fn create_backends_fake_wallet(
let ln_key = LnKey::new(CurrencyUnit::Sat, PaymentMethod::Bolt11);

let wallet = Arc::new(FakeWallet::new(
fee_reserve,
fee_reserve.clone(),
HashMap::default(),
HashSet::default(),
0,
Expand Down

0 comments on commit 523569c

Please sign in to comment.