Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Nov 15, 2023
1 parent db01c26 commit a0f6481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const Index = () => {
const decimal = api.registry.chainDecimals[0];
const amount = amountToMachine(transferAmount, decimal);
const params = [toAddress, amount];
const tx = api.tx.balances.transfer(...params);
const tx = api.tx.balances.transferKeepAlive(...params);
const payload = await buildPayload(api, tx, address);
if (payload) {
const signResult = await requestSignJSON(payload);
Expand Down

0 comments on commit a0f6481

Please sign in to comment.