Skip to content

Commit ee9cfb9

Browse files
committed
Style.
1 parent 334662d commit ee9cfb9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/chain/chain_state.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@ chain_state::activations chain_state::activation(const data& values,
255255

256256
// bip30_deactivate fork enforced above bip30_deactivate (bip34) checkpoint.
257257
const auto bip30_deactivate = forks.bip30 && forks.bip30_deactivate &&
258-
(values.bip30_deactivate_hash ==
259-
settings.bip30_deactivate_checkpoint.hash());
258+
(values.bip30_deactivate_hash == settings.bip30_deactivate_checkpoint.hash());
260259

261260
// bip30_reactivate fork is enforced above the bip30_reactivate height.
262261
const auto bip30_reactivate = bip30_deactivate && forks.bip30_reactivate &&

0 commit comments

Comments
 (0)