diff --git a/src/background.js b/src/background.js index 06a3b40..26cefa5 100644 --- a/src/background.js +++ b/src/background.js @@ -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' diff --git a/src/store/app.js b/src/store/app.js index d9ec13c..44400d3 100644 --- a/src/store/app.js +++ b/src/store/app.js @@ -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])