Skip to content

Commit

Permalink
zombienet: renamed deprecated transfer function (paritytech#13652)
Browse files Browse the repository at this point in the history
* zombienet: renamed deprecated transfer function

* camelCase
  • Loading branch information
michalkucharczyk authored and nathanwhit committed Jul 19, 2023
1 parent 7777a98 commit 6458e15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function run(nodeName, networkInfo, args) {
const bob = '5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty';

// Create a extrinsic, transferring 10^20 units to Bob
const transfer = api.tx.balances.transfer(bob, 10n**20n);
const transfer = api.tx.balances.transferAllowDeath(bob, 10n**20n);

let transaction_success_event = false;
try {
Expand Down

0 comments on commit 6458e15

Please sign in to comment.