feat: remove commitment option from requestAirdrop
This commit is contained in:
committed by
Michael Vines
parent
a9a19e2363
commit
24bb060292
@@ -49,11 +49,7 @@ test('create and query nonce account', async () => {
|
||||
url,
|
||||
{
|
||||
method: 'requestAirdrop',
|
||||
params: [
|
||||
from.publicKey.toBase58(),
|
||||
minimumAmount * 2,
|
||||
{commitment: 'recent'},
|
||||
],
|
||||
params: [from.publicKey.toBase58(), minimumAmount * 2],
|
||||
},
|
||||
{
|
||||
error: null,
|
||||
@@ -168,11 +164,7 @@ test('create and query nonce account with seed', async () => {
|
||||
url,
|
||||
{
|
||||
method: 'requestAirdrop',
|
||||
params: [
|
||||
from.publicKey.toBase58(),
|
||||
minimumAmount * 2,
|
||||
{commitment: 'recent'},
|
||||
],
|
||||
params: [from.publicKey.toBase58(), minimumAmount * 2],
|
||||
},
|
||||
{
|
||||
error: null,
|
||||
|
Reference in New Issue
Block a user