Skip to content

Commit 334b268

Browse files
committed
added missing parameter
1 parent f4f46f0 commit 334b268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ run-test-authorize-and-store test_dir runtime mode="ws" ws_url="ws://localhost:1
414414
node $SCRIPT_NAME "$RELAY_CHAINSPEC_PATH" "$PARACHAIN_CHAINSPEC_PATH" "{{ ipfs_api_url }}"
415415
else
416416
CHAINSPEC_PATH="{{ test_dir }}/bob/cfg/bulletin-polkadot-local.json"
417-
node $SCRIPT_NAME "$CHAINSPEC_PATH" "{{ ipfs_api_url }}"
417+
node $SCRIPT_NAME "$CHAINSPEC_PATH" "" "{{ ipfs_api_url }}"
418418
fi
419419
else
420420
node $SCRIPT_NAME "{{ ws_url }}" "{{ seed }}" "{{ ipfs_api_url }}"
@@ -490,7 +490,7 @@ run-authorize-and-store runtime mode="ws": npm-install
490490
node $SCRIPT_NAME "$RELAY_CHAINSPEC_PATH" "$PARACHAIN_CHAINSPEC_PATH" "http://127.0.0.1:8080"
491491
else # bulletin-polkadot-runtime (solochain)
492492
CHAINSPEC_PATH="$TEST_DIR/bob/cfg/bulletin-polkadot-local.json"
493-
node $SCRIPT_NAME "$CHAINSPEC_PATH" "http://127.0.0.1:8080"
493+
node $SCRIPT_NAME "$CHAINSPEC_PATH" "" "http://127.0.0.1:8080"
494494
fi
495495
else
496496
node $SCRIPT_NAME "ws://localhost:10000" "//Alice" "http://127.0.0.1:8080"

0 commit comments

Comments
 (0)