Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/telosnetwork/teloscan into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Nov 28, 2023
2 parents 99cde9f + 5de9c96 commit 57bde91
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 57bde91

Please sign in to comment.