mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
change deletable account disable logic, fix test cases
This commit is contained in:
@@ -594,8 +594,7 @@ ValidNewAccountRoot::finalize(
|
||||
if ((tt == ttPAYMENT || tt == ttIMPORT || tt == ttGENESIS_MINT) && result == tesSUCCESS)
|
||||
{
|
||||
std::uint32_t const startingSeq{
|
||||
view.rules().enabled(featureDeletableAccounts) &&
|
||||
!view.rules().enabled(featureXahauGenesis)
|
||||
view.rules().enabled(featureDeletableAccounts)
|
||||
? view.seq()
|
||||
: 1};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user