Update comments

This commit is contained in:
Manfred Karrer 2018-10-10 15:33:01 -05:00
parent c3f508e24c
commit 62a824653d
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -93,15 +93,16 @@ public enum Param {
//TODO add asset listing params (nr. of trades, volume, time, fee which defines listing state)
// Period phase (16 blocks atm)
// TODO for dev testing we use short periods...
// Period phase (11 blocks atm)
PHASE_UNDEFINED(0),
PHASE_PROPOSAL(2), // 24 days
PHASE_BREAK1(1), // 10 blocks
PHASE_BLIND_VOTE(2), // 4 days
PHASE_BREAK2(1), // 10 blocks
PHASE_VOTE_REVEAL(2), // 2 days
PHASE_BREAK3(1), // 10 blocks
PHASE_RESULT(2); // 1 block
PHASE_PROPOSAL(2),
PHASE_BREAK1(1),
PHASE_BLIND_VOTE(2),
PHASE_BREAK2(1),
PHASE_VOTE_REVEAL(2),
PHASE_BREAK3(1),
PHASE_RESULT(2);
// See: https://github.com/bisq-network/proposals/issues/46
/*