fix: normalize empty array creation
This commit is contained in:
parent
a3711be533
commit
bef2efdfce
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue