Skip to content

Commit 6d3b2d4

Browse files
authored
Fixing docs for transfers (#454)
1 parent 2b4c167 commit 6d3b2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/examples/promise/make-transfer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function main () {
2222
const alice = keyring.addFromUri('//Alice');
2323

2424
// Create a extrinsic, transferring 12345 units to Bob
25-
const transfer = api.tx.balances.transfer(BOB, 12345);
25+
const transfer = api.tx.balances.transferAllowDeath(BOB, 12345);
2626

2727
// Sign and send the transaction using our account
2828
const hash = await transfer.signAndSend(alice);

0 commit comments

Comments
 (0)