Update to wasmd v0.10.0-beta1

This commit is contained in:
Simon Warta
2020-07-28 14:54:37 +02:00
parent 650f638b3d
commit 70e9c1532a
15 changed files with 32 additions and 22 deletions
+1
View File
@@ -47,6 +47,7 @@ docker exec "$CONTAINER_NAME" \
wasmcli rest-server \
--node tcp://localhost:26657 \
--trust-node \
--unsafe-cors \
--laddr "tcp://0.0.0.0:$REST_PORT_GUEST" \
> "$REST_SERVER_LOGFILE" &