Skip to content

Commit

Permalink
remove curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Feb 2, 2023
1 parent 3f59cf8 commit 40db6af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ripple/app/tx/impl/DeleteAccount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ DeleteAccount::preclaim(PreclaimContext const& ctx)
((*sleAccount)[~sfFirstNFTokenSequence].value_or(0) +
(*sleAccount)[~sfMintedNFTokens].value_or(0) + seqDelta >
ctx.view.seq()))
{
return tecTOO_SOON;
}

// Verify that the account does not own any objects that would prevent
// the account from being deleted.
Expand Down

0 comments on commit 40db6af

Please sign in to comment.