change vote commission to u8 (from u32) (#4887)

automerge
This commit is contained in:
Rob Walker
2019-07-02 14:18:11 -07:00
committed by Grimes
parent 8620d0a3b2
commit 12ef0c25b5
7 changed files with 21 additions and 21 deletions

View File

@@ -77,7 +77,7 @@ fn test_stake_account_delegate() {
&mint_pubkey,
&vote_pubkey,
&node_pubkey,
std::u32::MAX / 2,
std::u8::MAX / 2,
10,
));
bank_client