feat: remove getInflation in favor of getInflationGovernor
This commit is contained in:
committed by
Michael Vines
parent
8547ae43ce
commit
8f03677801
@@ -105,10 +105,11 @@ test('transaction-payer', async () => {
|
||||
lamports: 10,
|
||||
});
|
||||
|
||||
const signature = await connection.sendTransaction(transaction, [
|
||||
accountPayer,
|
||||
accountFrom,
|
||||
], {skipPreflight: true});
|
||||
const signature = await connection.sendTransaction(
|
||||
transaction,
|
||||
[accountPayer, accountFrom],
|
||||
{skipPreflight: true},
|
||||
);
|
||||
|
||||
mockRpc.push([
|
||||
url,
|
||||
|
Reference in New Issue
Block a user