Skip to content

Commit

Permalink
Solution of Transfer of tokens don't work #279 (#282)
Browse files Browse the repository at this point in the history
* Update Transfer.js

* Update index.js

* Update README.md

* Update Transfer.js

* Update Transfer.js

* Update index.js

* Update README.md
  • Loading branch information
fzeeshan committed Jun 18, 2024
1 parent 00a2046 commit b5141af
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 b5141af

Please sign in to comment.