Skip to content

Commit 5f6adac

Browse files
committed
refactor: change make_operation_tx to private
1 parent 60861d6 commit 5f6adac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ impl BitcoinRegtestController {
20582058

20592059
// TODO: add tests from mutation testing results #4866
20602060
#[cfg_attr(test, mutants::skip)]
2061-
pub fn make_operation_tx(
2061+
fn make_operation_tx(
20622062
&mut self,
20632063
epoch_id: StacksEpochId,
20642064
operation: BlockstackOperationType,

0 commit comments

Comments
 (0)