feat: allow setting explicit fee payer for transaction (#13129)
This commit is contained in:
@ -198,8 +198,8 @@ test('get program accounts', async () => {
|
||||
},
|
||||
]);
|
||||
|
||||
if (transaction.recentBlockhash === null) {
|
||||
expect(transaction.recentBlockhash).not.toBeNull();
|
||||
if (!transaction.recentBlockhash) {
|
||||
expect(transaction.recentBlockhash).toBeTruthy();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user