handle cash-out errors
This commit is contained in:
parent
d23c419442
commit
fc17d2cdf8
3 changed files with 92 additions and 17 deletions
|
|
@ -5,8 +5,8 @@ const coinUtils = require('../../../coin-utils')
|
|||
const NAME = 'FakeWallet'
|
||||
|
||||
const SECONDS = 1000
|
||||
const PUBLISH_TIME = 2 * SECONDS
|
||||
const AUTHORIZE_TIME = PUBLISH_TIME + 6 * SECONDS
|
||||
const PUBLISH_TIME = 1 * SECONDS
|
||||
const AUTHORIZE_TIME = PUBLISH_TIME + 1 * SECONDS
|
||||
const CONFIRM_TIME = AUTHORIZE_TIME + 120 * SECONDS
|
||||
|
||||
let t0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue