Reduce transfer amount for newly funded account
All checks were successful
Tests / sdk_tests (pull_request) Successful in 20m3s
All checks were successful
Tests / sdk_tests (pull_request) Successful in 20m3s
This commit is contained in:
parent
6c04a94b7d
commit
c38f7d0835
@ -98,7 +98,7 @@ const namingTests = () => {
|
||||
const mnenonic2 = Account.generateMnemonic();
|
||||
const otherAccount2 = await Account.generateFromMnemonic(mnenonic2);
|
||||
await otherAccount2.init();
|
||||
await registry.sendCoins({ denom: DENOM, amount: '10000', destinationAddress: otherAccount2.address }, otherAccount1.getPrivateKey(), fee);
|
||||
await registry.sendCoins({ denom: DENOM, amount: '1000', destinationAddress: otherAccount2.address }, otherAccount1.getPrivateKey(), fee);
|
||||
|
||||
const subAuthority = `halo.${authorityName}`;
|
||||
await registry.reserveAuthority({ name: subAuthority, owner: otherAccount1.address }, privateKey, fee);
|
||||
|
Loading…
Reference in New Issue
Block a user