File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
testnet/stacks-node/src/tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,8 @@ macro_rules! switch_on_global_epoch {
64
64
} ;
65
65
}
66
66
67
- use crate :: vm:: ClarityVersion ;
68
-
69
67
use super :: errors:: InterpreterError ;
68
+ use crate :: vm:: ClarityVersion ;
70
69
71
70
mod arithmetic;
72
71
mod assets;
Original file line number Diff line number Diff line change @@ -133,10 +133,11 @@ fn setup_stx_btc_node(
133
133
134
134
info ! ( "Send pox contract-publish..." ) ;
135
135
136
+ let tx_fee = 100_000 ;
136
137
let tx = make_contract_publish (
137
138
publisher_private_key,
138
139
0 ,
139
- 10_000 ,
140
+ tx_fee ,
140
141
& pox_contract_id. name ,
141
142
pox_contract,
142
143
) ;
@@ -146,7 +147,7 @@ fn setup_stx_btc_node(
146
147
let tx = make_contract_publish (
147
148
publisher_private_key,
148
149
1 ,
149
- 10_000 ,
150
+ tx_fee ,
150
151
& stackerdb_contract_id. name ,
151
152
stackerdb_contract,
152
153
) ;
You can’t perform that action at this time.
0 commit comments