Skip to content

Commit

Permalink
Update Transfer.js
Browse files Browse the repository at this point in the history
Fixes Issue jimmychu0807#279, currently called method is transfer which has been changed in substrate to transferAllowDeath, this proposed changed will fix, token sending while using the front-end
  • Loading branch information
fzeeshan authored Apr 15, 2024
1 parent 00a2046 commit 8e9c4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Main(props) {
setStatus={setStatus}
attrs={{
palletRpc: 'balances',
callable: 'transfer',
callable: 'transferAllowDeath',
inputParams: [addressTo, amount],
paramFields: [true, true],
}}
Expand Down

0 comments on commit 8e9c4e9

Please sign in to comment.