mirror of
https://github.com/status-im/topic-democracy.git
synced 2025-02-24 16:18:46 +00:00
Removing console.log
This commit is contained in:
parent
4d6de6852b
commit
cf3bed0821
@ -369,7 +369,6 @@ describe('MessageTribute', function() {
|
||||
let initial7DepBalance = (await MessageTribute.methods.balance().call({from: accounts[7]})).toString();
|
||||
|
||||
let hashedSecret = web3.utils.soliditySha3(accounts[0], accounts[7], secret);
|
||||
console.log( await MessageTribute.methods.hasPendingAudience(accounts[0], accounts[7]).call());
|
||||
|
||||
let tx = await MessageTribute.methods.requestAudience(accounts[0], hashedSecret).send({from: accounts[7]});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user