chore: add test for failed transaction
This commit is contained in:
committed by
Michael Vines
parent
b0316f82b5
commit
01f9a2ee4c
@ -243,7 +243,7 @@ type ConfirmedBlock = {
|
||||
fee: number,
|
||||
preBalances: Array<number>,
|
||||
postBalances: Array<number>,
|
||||
err: {} | null,
|
||||
err: TransactionError | null,
|
||||
} | null,
|
||||
}>,
|
||||
rewards: Array<{
|
||||
|
Reference in New Issue
Block a user