feat: remove getInflation in favor of getInflationGovernor

This commit is contained in:
Justin Starry
2020-06-03 23:38:48 +08:00
committed by Michael Vines
parent 8547ae43ce
commit 8f03677801
7 changed files with 54 additions and 44 deletions

View File

@@ -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,