Skip to content

Commit

Permalink
Put commandline arg back in quotes
Browse files Browse the repository at this point in the history
per @axic
  • Loading branch information
Lane Rettig authored Nov 29, 2018
1 parent a655b1a commit 9727acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Aleth supports EVMC out of the box, but geth not yet.
--vm.ewasm="/path/to/libhera.so,metering=true,fallback=true" \
--datadir /tmp/ewasm-node/4201/ \
--rpc --rpcapi "web3,net,eth,debug" \
--rpcvhosts=* --rpcaddr "0.0.0.0" \
--rpcvhosts="*" --rpcaddr "0.0.0.0" \
--rpccorsdomain "*" \
--vmodule "eth=12,p2p=12" \
--nodiscover
Expand Down

0 comments on commit 9727acd

Please sign in to comment.