Skip to content

Commit

Permalink
Update expected inactive stake
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 12, 2022
1 parent 2bc2b8f commit dd28849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tests/stake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ fn test_stake_redelegation() {
RpcStakeActivation {
state: StakeActivationState::Inactive,
active: 0,
inactive: 50_000_000_000 - rent_exempt_reserve,
inactive: 0,
}
);

Expand Down

0 comments on commit dd28849

Please sign in to comment.