wallet: Refuse to delegate stake to a vote account with a stale root slot (#5282)

* Refuse to delegate stake to a vote account with a stale root slot

* Remove sdk-c from the virtual manifest temporarily

For an unknown reason |cargo clippy| is getting stuck in CI
intermittently when trying to build this crate.
This commit is contained in:
Michael Vines
2019-08-01 21:08:24 -07:00
committed by GitHub
parent 911dee24c5
commit 0f5acb86d3
5 changed files with 85 additions and 47 deletions

View File

@ -261,7 +261,7 @@ local|tar|skip)
waitForNodeToInit
if [[ $skipSetup != true && $nodeType != blockstreamer ]]; then
./multinode-demo/delegate-stake.sh $stake
./multinode-demo/delegate-stake.sh --force $stake
fi
;;
replicator)