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,
cancelled: false,
confirmations: List([]),
created: 1,
created: '',
creator: '',
creationTx: false,
customTx: false,