Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tequdev committed Feb 14, 2025
1 parent 7b1f3a8 commit eba6d1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ripple/app/tx/impl/Change.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,11 @@ Change::activateXahauGenesis()
std::ostringstream loggerStream;

auto rulesVersion =
(ctx_.view().rules().enabled(featureHooksUpdate1) ? 0x0001U : 0U) +
(ctx_.view().rules().enabled(featureHooksUpdate1) ? 0x0001U
: 0U) +
(ctx_.view().rules().enabled(fix20250131) ? 0x0002U : 0U) +
(ctx_.view().rules().enabled(featureHooksUpdate2) ? 0x0004U : 0U);
(ctx_.view().rules().enabled(featureHooksUpdate2) ? 0x0004U
: 0U);

auto result = validateGuards(
wasmBytes, // wasm to verify
Expand Down

0 comments on commit eba6d1a

Please sign in to comment.