Skip to content

Commit

Permalink
Fix info task
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAR2 committed Nov 16, 2022
1 parent 8d0fa47 commit 20efcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/admin_actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class AdministrativeActions {
}

async showInfo() {
console.log('Multisig:', await this.feesWrapper.getOwner());
console.log('Multiplexer:', await this.feesWrapper.getOwner());
const multiplexer = await loadContract(this.headWrapper.web3, MultiplexerJson.abi, await this.feesWrapper.getOwner());
console.log('Multisig:', await multiplexer.methods.owner().call());
const multisig = await loadContract(this.headWrapper.web3, MultisigWalletJson.abi, await multiplexer.methods.owner().call());
Expand Down

0 comments on commit 20efcab

Please sign in to comment.