fix: adapt tests to higher default transaction signature fee (#531)
This commit is contained in:
@@ -701,7 +701,7 @@ export class Connection {
|
||||
);
|
||||
const res = GetMinimumBalanceForRentExemptionRpcResult(unsafeRes);
|
||||
if (res.error) {
|
||||
console.warn("Unable to fetch minimum balance for rent exemption");
|
||||
console.warn('Unable to fetch minimum balance for rent exemption');
|
||||
return 0;
|
||||
}
|
||||
assert(typeof res.result !== 'undefined');
|
||||
|
Reference in New Issue
Block a user