File tree 1 file changed +2
-9
lines changed
testnet/stacks-node/src/nakamoto_node
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -2144,15 +2144,11 @@ impl RelayerThread {
2144
2144
} else {
2145
2145
false
2146
2146
} ;
2147
- if burnchain_config_changed {
2148
- info ! (
2149
- "Burnchain config changed; updating spend amount {}" ,
2150
- burnchain_config. burn_fee_cap
2151
- ) ;
2152
- }
2153
2147
2154
2148
self . globals
2155
2149
. set_last_miner_spend_amount ( burnchain_config. burn_fee_cap ) ;
2150
+ self . globals
2151
+ . set_last_burnchain_config ( burnchain_config. clone ( ) ) ;
2156
2152
2157
2153
set_mining_spend_amount (
2158
2154
self . globals . get_miner_status ( ) ,
@@ -2170,9 +2166,6 @@ impl RelayerThread {
2170
2166
} else {
2171
2167
false
2172
2168
} ;
2173
- if miner_config_changed {
2174
- info ! ( "Miner config changed; forcing a re-mine attempt" ) ;
2175
- }
2176
2169
2177
2170
self . globals . set_last_miner_config ( miner_config) ;
2178
2171
You can’t perform that action at this time.
0 commit comments