Skip to content

Commit 2797a21

Browse files
committed
Lint
1 parent dce3ea3 commit 2797a21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bitcoin.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ impl BitcoinNode {
129129
let _ = self.load_wallet(&NodeKind::Bitcoin.to_string()).await;
130130
let _ = self.load_wallet(&NodeKind::Sequencer.to_string()).await;
131131
let _ = self.load_wallet(&NodeKind::BatchProver.to_string()).await;
132-
let _ = self.load_wallet(&NodeKind::LightClientProver.to_string()).await;
132+
let _ = self
133+
.load_wallet(&NodeKind::LightClientProver.to_string())
134+
.await;
133135
}
134136

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

0 commit comments

Comments
 (0)