fix: adapt to GetRecentBlockhash RPC API signature change
This commit is contained in:
@ -15,7 +15,10 @@ export function mockGetRecentBlockhash() {
|
||||
},
|
||||
{
|
||||
error: null,
|
||||
result: recentBlockhash.publicKey.toBase58(),
|
||||
result: [
|
||||
recentBlockhash.publicKey.toBase58(),
|
||||
{ /* empty fee calculator */}
|
||||
]
|
||||
},
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user