remove forced error
This commit is contained in:
parent
fcb601fd79
commit
c6b0d6a783
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue