mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31: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';
|
const bob = '5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty';
|
||||||
|
|
||||||
// Create a extrinsic, transferring 10^20 units to Bob
|
// 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;
|
let transaction_success_event = false;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user