Add layer2 address separately
This commit is contained in:
parent
d9aaf2437f
commit
d1712ce1ce
7 changed files with 85 additions and 31 deletions
|
|
@ -5,8 +5,8 @@ const coinUtils = require('../../../coin-utils')
|
|||
const NAME = 'FakeWallet'
|
||||
|
||||
const SECONDS = 1000
|
||||
const PUBLISH_TIME = 1 * SECONDS
|
||||
const AUTHORIZE_TIME = PUBLISH_TIME + 1 * SECONDS
|
||||
const PUBLISH_TIME = 3 * SECONDS
|
||||
const AUTHORIZE_TIME = PUBLISH_TIME + 5 * SECONDS
|
||||
const CONFIRM_TIME = AUTHORIZE_TIME + 120 * SECONDS
|
||||
|
||||
let t0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue