Skip to content

Commit

Permalink
feat: sign with quorum * 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pobepto committed Jun 20, 2019
1 parent be8a656 commit caa7ed6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
createProtocol,
installVueDevtools
} from 'vue-cli-plugin-electron-builder/lib'
import path from 'path'

const isDevelopment = process.env.NODE_ENV !== 'production'

Expand Down
2 changes: 1 addition & 1 deletion src/store/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const actions = {
commit(types.SIGN_TRANSACTION)
const { transaction, privateKey, creatorAccountId, quorum } = info
const tx = txHelper.addMeta(transaction, {
quorum,
quorum: quorum * 2,
creatorAccountId
})
const signed = signWithArrayOfKeys(tx, [privateKey])
Expand Down

0 comments on commit caa7ed6

Please sign in to comment.