remove forced error

This commit is contained in:
nicosampler 2020-08-07 09:12:07 -03:00
parent fcb601fd79
commit c6b0d6a783
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export const makeTransaction = Record<TransactionProps>({
blockNumber: 0, blockNumber: 0,
cancelled: false, cancelled: false,
confirmations: List([]), confirmations: List([]),
created: 1, created: '',
creator: '', creator: '',
creationTx: false, creationTx: false,
customTx: false, customTx: false,