diff --git a/js/mywallet.js b/js/mywallet.js index a807667..caad3be 100644 --- a/js/mywallet.js +++ b/js/mywallet.js @@ -493,7 +493,7 @@ walletApp.controller('walletCtrl', ['$scope', '$http', '$uibModal', '$localStora return { SignerEntry: { Account: signer.address, - SignerWeight: signer.weight + SignerWeight: parseInt(signer.weight) } } }