Use password as key, allow 3 letter names

This commit is contained in:
Ethan Frey
2017-07-29 17:16:24 -04:00
parent 14bb65457c
commit f0e2227ada
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# These global variables are required for common.sh
SERVER_EXE=basecoin
CLIENT_EXE=basecli
ACCOUNTS=(jaekwon ethan bucky rigel igor)
ACCOUNTS=(jae ethan bucky rigel igor)
RICH=${ACCOUNTS[0]}
POOR=${ACCOUNTS[4]}