Skip to content

Commit

Permalink
fix: Adjust token send for proto-sttyle field names (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr authored Sep 8, 2022
1 parent 87f2602 commit 8d8e60b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ export default defineComponent({
let payload: any = {
amount,
to_address: state.tx.receiver,
from_address: address.value
toAddress: state.tx.receiver,
fromAddress: address.value
}
try {
Expand Down

0 comments on commit 8d8e60b

Please sign in to comment.