We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4c167 commit 6d3b2d4Copy full SHA for 6d3b2d4
docs/api/examples/promise/make-transfer.md
@@ -22,7 +22,7 @@ async function main () {
22
const alice = keyring.addFromUri('//Alice');
23
24
// Create a extrinsic, transferring 12345 units to Bob
25
- const transfer = api.tx.balances.transfer(BOB, 12345);
+ const transfer = api.tx.balances.transferAllowDeath(BOB, 12345);
26
27
// Sign and send the transaction using our account
28
const hash = await transfer.signAndSend(alice);
0 commit comments