Test stake split: destination delegation is at least the minimum (#23456)

This commit is contained in:
Brooks Prumo 2022-03-02 17:29:40 -06:00 committed by GitHub
parent fe7604589d
commit e87b941a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6802,6 +6802,7 @@ mod tests {
expected_destination_stake_delegation,
destination_stake.delegation.stake
);
assert!(destination_stake.delegation.stake >= MINIMUM_STAKE_DELEGATION,);
} else {
panic!("destination state must be StakeStake::Stake after successful split when source is also StakeState::Stake!");
}