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

Commit

Permalink
[MINOR] Node rules log fix (#248)
Browse files Browse the repository at this point in the history
* bug fix

Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed Sep 20, 2021
1 parent e76ad9d commit d601e3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions migrations/3_deploy_node_ingress_rules_contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ module.exports = async(deployer, network) => {
// exit early if we are NOT redeploying this contract
if (retainCurrentRulesContract) {
console.log("not deploying NodeRules because retain=" + retainCurrentRulesContract);
let nodeRulesContract = await NodeRules.deployed();
logCurrentAllowlist(nodeRulesContract);
logCurrentAllowlist(await Rules.deployed());
return;
}
if (! nodeIngress) {
Expand Down

0 comments on commit d601e3b

Please sign in to comment.