fix transaction unit test
This commit is contained in:
parent
23ecbc8ebe
commit
a3d9d5bce7
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ class TestSizeAndFeeEstimation(AsyncioTestCase):
|
|||
async def asyncSetUp(self):
|
||||
self.ledger = Ledger({
|
||||
'db': Database(':memory:'),
|
||||
'headers': Headers(':memory:')
|
||||
'headers': Headers(':memory:'),
|
||||
'fee_per_name_char': 200_000
|
||||
})
|
||||
await self.ledger.db.open()
|
||||
|
||||
|
|
Loading…
Reference in a new issue