feat: remove getInflation in favor of getInflationGovernor
This commit is contained in:
committed by
Michael Vines
parent
8547ae43ce
commit
8f03677801
@ -103,7 +103,9 @@ test('create and query nonce account', async () => {
|
||||
authorizedPubkey: from.publicKey,
|
||||
lamports: minimumAmount,
|
||||
});
|
||||
await connection.sendTransaction(transaction, [from, nonceAccount], {skipPreflight: true});
|
||||
await connection.sendTransaction(transaction, [from, nonceAccount], {
|
||||
skipPreflight: true,
|
||||
});
|
||||
|
||||
mockRpc.push([
|
||||
url,
|
||||
|
Reference in New Issue
Block a user