Skip to content

Commit

Permalink
Rebase with master
Browse files Browse the repository at this point in the history
  • Loading branch information
masqrauder committed Jul 11, 2024
1 parent 105421b commit bda6f39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions node/src/blockchain/blockchain_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,6 @@ mod tests {
Box::new(blockchain_interface_mock),
Box::new(persistent_config),
false,
Some(make_wallet("consuming")),
);
let addr = subject.start();
let subject_subs = BlockchainBridge::make_subs_from(&addr);
Expand Down Expand Up @@ -1515,7 +1514,6 @@ mod tests {
Box::new(blockchain_interface),
Box::new(persistent_config),
false,
Some(make_wallet("consuming")),
);
let addr = subject.start();
let subject_subs = BlockchainBridge::make_subs_from(&addr);
Expand Down Expand Up @@ -1763,7 +1761,6 @@ mod tests {
Box::new(blockchain_interface),
Box::new(persistent_config),
false,
None, //not needed in this test
);
let retrieve_transactions = RetrieveTransactions {
recipient: make_wallet("somewallet"),
Expand Down

0 comments on commit bda6f39

Please sign in to comment.