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

Commit

Permalink
Fix prod migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanolkies committed Nov 20, 2019
1 parent c910e25 commit 3b1ad87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/1_rsk_owner.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function deployProd (deployer, { RIF, RNS, TOKEN_REGISTRAR, POOL, MULTISIG }) {
return rskOwner.transferOwnership(MULTISIG);
})
.then(() => {
return rskOwner.transferOwnership(MULTISIG);
return fifsRegistrar.transferOwnership(MULTISIG);
});

// to activate execute
Expand Down

0 comments on commit 3b1ad87

Please sign in to comment.