feat: add err field to status results
This commit is contained in:
committed by
Michael Vines
parent
3120e681d6
commit
b0316f82b5
@@ -39,7 +39,7 @@ export async function sendAndConfirmRawTransaction(
|
||||
}
|
||||
}
|
||||
|
||||
if (status && status.status && 'Ok' in status.status) {
|
||||
if (status && !status.err) {
|
||||
return signature;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user