test: remove --nat option when starting nwaku

This commit is contained in:
fryorcraken.eth 2022-12-15 13:54:07 +11:00
parent bdf613b9d2
commit edf5d438cb
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 0 additions and 2 deletions

View File

@ -444,7 +444,6 @@ export function argsToArray(args: Args): Array<string> {
export function defaultArgs(): Args {
return {
listenAddress: "127.0.0.1",
nat: "none",
rpc: true,
relay: false,
rpcAdmin: true,

View File

@ -11,7 +11,6 @@ describe("nwaku", () => {
const expected = [
"--listen-address=127.0.0.1",
"--nat=none",
"--rpc=true",
"--relay=false",
"--rpc-admin=true",