feat: add commitment param to subscription apis
This commit is contained in:
committed by
Michael Vines
parent
803910bf08
commit
722adb66c2
@ -1840,6 +1840,7 @@ test('account change notification', async () => {
|
||||
const subscriptionId = connection.onAccountChange(
|
||||
programAccount.publicKey,
|
||||
mockCallback,
|
||||
'recent',
|
||||
);
|
||||
|
||||
const balanceNeeded = Math.max(
|
||||
|
Reference in New Issue
Block a user