Skip to content

Commit

Permalink
fixing unstaking bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo authored and donnyquixotic committed Nov 28, 2023
1 parent 070a2fc commit 5de9c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/staking/UnstakeForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export default defineComponent({
error,
this.stlosContractInstance.address,
this.abi,
[value, logged.account, logged.account],
[value.toString(), logged.account, logged.account],
);
},
},
Expand Down

0 comments on commit 5de9c96

Please sign in to comment.