Skip to content

Commit f269a2f

Browse files
Neo 2.0 compatibility
1 parent 84e191a commit f269a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ mongol:
2323

2424
neo:
2525
addr: 127.0.0.1:5005
26-
version: '2.0-beta.7'
26+
version: '2.0'

resources/run_neo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COMMAND="$*"
66
# shellcheck disable=SC2016
77
VERSION='v$$VERSION$$'
88

9-
cat >"${DIR}/config.yml" <<-EOT
9+
cat >"${DIR}/client_config.yml" <<-EOT
1010
host: "$$HOST$$"
1111
exploit_dir: "data"
1212
grpc_auth_key: "$$AUTH_KEY$$"

0 commit comments

Comments
 (0)