Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Oct 8, 2024
1 parent dce3ea3 commit 2797a21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bitcoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ impl BitcoinNode {
let _ = self.load_wallet(&NodeKind::Bitcoin.to_string()).await;
let _ = self.load_wallet(&NodeKind::Sequencer.to_string()).await;
let _ = self.load_wallet(&NodeKind::BatchProver.to_string()).await;
let _ = self.load_wallet(&NodeKind::LightClientProver.to_string()).await;
let _ = self
.load_wallet(&NodeKind::LightClientProver.to_string())
.await;
}

// Switch this over to Node signature once we add support for docker to citrea nodes
Expand Down

0 comments on commit 2797a21

Please sign in to comment.