fix: normalize empty array creation

This commit is contained in:
Sérgio Salgado 2021-09-13 19:34:18 +01:00
parent a3711be533
commit bef2efdfce
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ const NAME = 'FakeWallet'
const SECONDS = 1000
const PUBLISH_TIME = 3 * SECONDS
const AUTHORIZE_TIME = PUBLISH_TIME + 5 * SECONDS
const CONFIRM_TIME = AUTHORIZE_TIME + 10 * SECONDS
const CONFIRM_TIME = AUTHORIZE_TIME + 120 * SECONDS
let t0