Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit d601e3b

Browse files
authored
[MINOR] Node rules log fix (#248)
* bug fix Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
1 parent e76ad9d commit d601e3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

migrations/3_deploy_node_ingress_rules_contract.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ module.exports = async(deployer, network) => {
2929
// exit early if we are NOT redeploying this contract
3030
if (retainCurrentRulesContract) {
3131
console.log("not deploying NodeRules because retain=" + retainCurrentRulesContract);
32-
let nodeRulesContract = await NodeRules.deployed();
33-
logCurrentAllowlist(nodeRulesContract);
32+
logCurrentAllowlist(await Rules.deployed());
3433
return;
3534
}
3635
if (! nodeIngress) {

0 commit comments

Comments
 (0)