File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
testnet/stacks-node/src/tests/signer Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ use blockstack_lib::net::api::postblock_proposal::{
25
25
TOO_MANY_REQUESTS_STATUS ,
26
26
} ;
27
27
use blockstack_lib:: util_lib:: db:: Error as DBError ;
28
- #[ cfg( any( test, feature = "testing" ) ) ]
29
- use clarity:: types:: chainstate:: StacksPublicKey ;
30
28
use clarity:: types:: chainstate:: { StacksBlockId , StacksPrivateKey } ;
31
29
use clarity:: types:: { PrivateKey , StacksEpochId } ;
32
30
use clarity:: util:: hash:: { MerkleHashFunc , Sha512Trunc256Sum } ;
Original file line number Diff line number Diff line change @@ -1958,7 +1958,7 @@ fn revalidate_unknown_parent() {
1958
1958
1959
1959
let sender_nonce = get_account(&conf_node_2.node.data_url, &sender_addr).nonce;
1960
1960
let recipient = PrincipalData::from(StacksAddress::burn_address(false));
1961
- let transfer_tx = make_stacks_transfer (
1961
+ let transfer_tx = make_stacks_transfer_serialized (
1962
1962
&sender_sk,
1963
1963
sender_nonce,
1964
1964
send_fee,
You can’t perform that action at this time.
0 commit comments