net/: Support accounts on swap-backed tmpfs

This commit is contained in:
Trent Nelson
2021-01-05 21:31:01 -07:00
committed by Trent Nelson
parent ddf1d2dbf5
commit ff599ace4d
3 changed files with 43 additions and 0 deletions

View File

@ -294,6 +294,7 @@ startBootstrapLeader() {
\"$maybeWarpSlot\" \
\"$waitForNodeInit\" \
\"$extraPrimordialStakes\" \
\"$TMPFS_ACCOUNTS\" \
"
) >> "$logFile" 2>&1 || {
@ -365,6 +366,7 @@ startNode() {
\"$maybeWarpSlot\" \
\"$waitForNodeInit\" \
\"$extraPrimordialStakes\" \
\"$TMPFS_ACCOUNTS\" \
"
) >> "$logFile" 2>&1 &
declare pid=$!