add stake lockup (#5782)

* add stake lockup

* fixup
This commit is contained in:
Rob Walker
2019-09-04 13:34:09 -07:00
committed by GitHub
parent 94eb78d399
commit 933e835838
7 changed files with 203 additions and 50 deletions

View File

@@ -19,7 +19,7 @@ source scripts/ulimit-n.sh
# Clear cached json keypair files
rm -rf "$HOME/.config/solana"
# Clear the C dependency files, if dependeny moves these files are not regenerated
# Clear the C dependency files, if dependency moves these files are not regenerated
test -d target/debug/bpf && find target/debug/bpf -name '*.d' -delete
test -d target/release/bpf && find target/release/bpf -name '*.d' -delete