Skip to content

Commit

Permalink
reduce logged amount
Browse files Browse the repository at this point in the history
  • Loading branch information
dkent600 committed Nov 21, 2018
1 parent e9c158e commit 40c1254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wrappers/genesisProtocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ export class GenesisProtocolWrapper extends IntVoteInterfaceWrapper
}

this.logContractFunctionCall("GenesisProtocol.threshold",
{ schemeInfo, avatarAddress, votingMachineParamsHash, organizationId });
{ address: schemeInfo.address, avatarAddress, votingMachineParamsHash, organizationId });

return this.contract.threshold(votingMachineParamsHash, organizationId);
}
Expand Down

0 comments on commit 40c1254

Please sign in to comment.