chore: add test for failed transaction

This commit is contained in:
Justin Starry
2020-04-05 14:54:48 +08:00
committed by Michael Vines
parent b0316f82b5
commit 01f9a2ee4c
2 changed files with 153 additions and 1 deletions

View File

@ -243,7 +243,7 @@ type ConfirmedBlock = {
fee: number,
preBalances: Array<number>,
postBalances: Array<number>,
err: {} | null,
err: TransactionError | null,
} | null,
}>,
rewards: Array<{