mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
zombienet: renamed deprecated transfer function (#13652)
* zombienet: renamed deprecated transfer function * camelCase
This commit is contained in:
committed by
GitHub
parent
82cb69922f
commit
f82272c5cc
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user