feat: update getSignatureStatus
This commit is contained in:
committed by
Michael Vines
parent
ac8660b2e9
commit
1c31e527e2
@@ -39,7 +39,7 @@ export async function sendAndConfirmRawTransaction(
|
||||
}
|
||||
}
|
||||
|
||||
if (status && 'Ok' in status) {
|
||||
if (status && status.status && 'Ok' in status.status) {
|
||||
return signature;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user