Skip to content

Commit 52fcf78

Browse files
committed
chore: remove unused method
1 parent f75b916 commit 52fcf78

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,6 @@ pub struct OngoingBlockCommit {
112112
txids: Vec<Txid>,
113113
}
114114

115-
impl OngoingBlockCommit {
116-
fn sum_utxos(&self) -> u64 {
117-
self.utxos.total_available()
118-
}
119-
}
120-
121115
#[derive(Clone)]
122116
struct LeaderBlockCommitFees {
123117
sunset_fee: u64,

0 commit comments

Comments
 (0)