fix: fix compile-time bugs in non-test variants of a couple functions

This commit is contained in:
Jude Nelson
2022-09-08 15:56:10 -04:00
parent 1c3af5e469
commit 7f144cdb84

View File

@@ -789,6 +789,7 @@ impl BitcoinRegtestController {
#[cfg(not(test))]
fn build_transfer_stacks_tx(
&mut self,
_epoch_id: StacksEpochId,
_payload: TransferStxOp,
_signer: &mut BurnchainOpSigner,
_utxo: Option<UTXO>,
@@ -914,6 +915,7 @@ impl BitcoinRegtestController {
#[cfg(not(test))]
fn build_pre_stacks_tx(
&mut self,
_epoch_id: StacksEpochId,
_payload: PreStxOp,
_signer: &mut BurnchainOpSigner,
) -> Option<Transaction> {