commission as percent (#7239) (#7251)

automerge
This commit is contained in:
mergify[bot]
2019-12-03 21:42:01 -08:00
committed by Grimes
parent 5294fe6292
commit 9596e7772c
8 changed files with 21 additions and 25 deletions

View File

@@ -125,7 +125,7 @@ fn test_stake_account_lifetime() {
node_pubkey,
authorized_voter: vote_pubkey,
authorized_withdrawer: vote_pubkey,
commission: std::u8::MAX / 2,
commission: 50,
},
10,
));