mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-16 09:43:45 +08:00
fix: fix compile-time bugs in non-test variants of a couple functions
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user