Skip to content

Commit

Permalink
fix: forgotten "eth" in eth-contract-address
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Feb 5, 2024
1 parent abc6507 commit a290780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/waku_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def start(self, **kwargs):
"cred-path": "/keystore/keystore.json",
"cred-password": default_args["rln-creds"]["keystore_password"],
"eth-client-address": default_args["rln-creds"]["eth_client_address"],
"contract-address": default_args["rln-creds"]["eth_contract_address"],
"eth-contract-address": default_args["rln-creds"]["eth_contract_address"],
}
)

Expand Down

0 comments on commit a290780

Please sign in to comment.