Skip to content

Commit

Permalink
Fix n0_test script
Browse files Browse the repository at this point in the history
  • Loading branch information
tholonious committed Feb 7, 2024
1 parent 99d1773 commit 1da5c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/nodes/n0_test
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DATE=`date +%Y%m%d-%H:%M:%S-%N`
# * 13UkvpJXdLWE4p68n4MAK6zQntQ1RHixyM

rm /tmp/main.*.log
rm /tmp/n0_test_00000
rm -rf /tmp/n0_test_00000

# "-gcflags=”all=-N -l" was added to get GoLand debugger (Delve) to work, see
# https://blog.jetbrains.com/go/2019/02/06/debugging-with-goland-getting-started/
Expand All @@ -36,7 +36,7 @@ rm /tmp/n0_test_00000
--miner-public-keys=BC1YLg7Bk5sq9iNY17bAwoAYiChLYpmWEi6nY6q5gnA1UQV6xixHjfV \
--block-producer-seed='verb find card ship another until version devote guilt strong lemon six' \
--pos-validator-seed='verb find card ship another until version devote guilt strong lemon six' \
--starter-deso-seed='verb find card ship another until version devote guilt strong lemon six' \
--starter-deso-seed='road congress client market couple bid risk escape artwork rookie artwork food' \
--data-dir=/tmp/n0_test_00000 \
--access-control-allow-origins=http://localhost:4200,http://localhost:80,http://localhost:18002,http://localhost:4201,http://localhost:18001,http://localhost:3000,localhost:3000 \
--secure-header-allow-hosts=localhost:4200 \
Expand Down

0 comments on commit 1da5c6e

Please sign in to comment.