Skip to content

Commit

Permalink
clients/shisui: enable none bootnodes for portal hive test (#1124)
Browse files Browse the repository at this point in the history
feat:enable default bootnodes

Signed-off-by: Chen Kai <281165273grape@gmail.com>
  • Loading branch information
GrapeBaBa authored Jun 18, 2024
1 parent d61b11e commit 2abbb16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/shisui/shisui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ fi

if [ "$HIVE_BOOTNODE" != "" ]; then
FLAGS="$FLAGS --bootnodes=$HIVE_BOOTNODE"
else
FLAGS="$FLAGS --bootnodes=none"
fi

FLAGS="$FLAGS --nat extip:$IP_ADDR"
Expand Down

0 comments on commit 2abbb16

Please sign in to comment.