Update to use memorydb for aleth.

This commit is contained in:
chriseth
2018-12-13 12:07:32 +01:00
parent 642c69f935
commit 02a8e5d4e9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ function download_aleth()
# echos the PID
function run_aleth()
{
$ALETH_PATH --test -d "${WORKDIR}" >/dev/null 2>&1 &
$ALETH_PATH --db memorydb --test -d "${WORKDIR}" >/dev/null 2>&1 &
echo $!
# Wait until the IPC endpoint is available.
while [ ! -S "${WORKDIR}/geth.ipc" ] ; do sleep 1; done