mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Add number of blocks in comment
This commit is contained in:
parent
a7be0c4d31
commit
9f27fefe22
@ -110,7 +110,7 @@ public enum Param {
|
||||
// Min required trade volume to not get de-listed. Check starts after trial period and use trial period afterwards to look back for trade activity.
|
||||
ASSET_MIN_VOLUME("0.01", ParamType.BTC, 10, 10),
|
||||
|
||||
// TODO for testnet we want to have a short cycle of about a week
|
||||
// TODO for testnet we want to have a short cycle of about a week (1012 blocks)
|
||||
PHASE_UNDEFINED("0", ParamType.BLOCK),
|
||||
PHASE_PROPOSAL("380", ParamType.BLOCK, 3, 3), // 2,6 days
|
||||
PHASE_BREAK1("10", ParamType.BLOCK, 3, 3), // 10 blocks
|
||||
|
Loading…
Reference in New Issue
Block a user