You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -208,13 +208,13 @@ export async function sendAndConfirmMagicTransaction(
208
208
signature
209
209
},options?.commitment)).value;
210
210
}else{
211
-
if(options?.abortSignal!==undefined){
211
+
if(options?.abortSignal!==null){
212
212
console.warn('sendAndConfirmTransaction(): A transaction with a deprecated confirmation strategy was '+'supplied along with an `abortSignal`. Only transactions having `lastValidBlockHeight` '+'or a combination of `nonceInfo` and `minNonceContextSlot` are abortable.');
0 commit comments