feat: remove hex public key decoding
This commit is contained in:
committed by
Justin Starry
parent
30dbe257cf
commit
74bf0d8d3b
@ -264,7 +264,7 @@ test('live staking actions', async () => {
|
||||
fromPubkey: from.publicKey,
|
||||
stakePubkey: newStakeAccount.publicKey,
|
||||
authorized: new Authorized(authorized.publicKey, authorized.publicKey),
|
||||
lockup: new Lockup(0, 0, new PublicKey('0x00')),
|
||||
lockup: new Lockup(0, 0, new PublicKey(0)),
|
||||
lamports: minimumAmount + 42,
|
||||
});
|
||||
|
||||
@ -303,7 +303,7 @@ test('live staking actions', async () => {
|
||||
basePubkey: from.publicKey,
|
||||
seed,
|
||||
authorized: new Authorized(authorized.publicKey, authorized.publicKey),
|
||||
lockup: new Lockup(0, 0, new PublicKey('0x00')),
|
||||
lockup: new Lockup(0, 0, new PublicKey(0)),
|
||||
lamports: 3 * minimumAmount + 42,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user