Keys ballot type to transaction: add/remove/swap fix

This commit is contained in:
Victor Baranov 2018-01-03 21:03:13 +03:00
parent 2f3b9e149b
commit 13bd4243ed
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ export class NewBallot extends React.Component {
ballotStore.ballotKeys.affectedKey,
ballotStore.ballotKeys.keyType,
ballotStore.ballotKeys.miningKey,
ballotStore.ballotType,
ballotStore.ballotKeys.keysBallotType,
contractsStore.votingKey
];
console.log(inputToMethod)