remove forced error
This commit is contained in:
parent
fcb601fd79
commit
c6b0d6a783
|
@ -13,7 +13,7 @@ export const makeTransaction = Record<TransactionProps>({
|
|||
blockNumber: 0,
|
||||
cancelled: false,
|
||||
confirmations: List([]),
|
||||
created: 1,
|
||||
created: '',
|
||||
creator: '',
|
||||
creationTx: false,
|
||||
customTx: false,
|
||||
|
|
Loading…
Reference in New Issue