Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit c800915

Browse files
authored
Merge pull request #131 from ava-labs/bump-avalanchego-reduce-memory-usage
check if removing airdrop hash avoids killed plugin
2 parents 98f0a4c + 8a85ed3 commit c800915

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/run.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ EOF
100100
echo "creating VM genesis file"
101101
rm -f /tmp/spacesvm.genesis
102102
/tmp/spaces-cli genesis 1 /tmp/allocations.json \
103-
--genesis-file /tmp/spacesvm.genesis \
104-
--airdrop-hash 0xccbf8e430b30d08b5b3342208781c40b373d1b5885c1903828f367230a2568da \
105-
--airdrop-units 10000
103+
--genesis-file /tmp/spacesvm.genesis
106104
############################
107105

108106
############################

0 commit comments

Comments
 (0)