Skip to content

Commit

Permalink
Since the mandatory rent-exempt feature. Sending SOL below the rent-e…
Browse files Browse the repository at this point in the history
…xempt will result in an error.
  • Loading branch information
mwrites committed May 20, 2022
1 parent fb445e7 commit f7c118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SendTransaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const SendTransaction: FC = () => {
SystemProgram.transfer({
fromPubkey: publicKey,
toPubkey: Keypair.generate().publicKey,
lamports: 1,
lamports: 1_000_000,
})
);

Expand Down

0 comments on commit f7c118f

Please sign in to comment.