Telos-Foundation / Sqrl

The easiest and most powerful desktop wallet for the Telos Blockchain and other EOSIO-based networks.
MIT License
35 stars 0 forks source link

WP Proposal is showing wrong number of cycles #79

Closed DouglasHorn closed 5 years ago

DouglasHorn commented 5 years ago

Sqrl 1.0.5 The Governance | Proposals tab is incorrectly displaying the number of cycles. It is showing:

Amount Requested: {amount} in {cycles} cycle(s)

but should actually show:

Amount Requested: {amount} in {cycles-1} cycle(s)

Because cycles is actually written as n+1 where n is the number of cycles the WP will have. The +1 is to accommodate the period before openvoting is called.

Note that all entries have n+1 cycles screen shot 2019-03-06 at 2 21 39 pm

This appears to be a change that occurred during the update to 1.0.5 because 1.0.4 shows this correctly:

screen shot 2019-03-06 at 2 15 43 pm

barchef commented 5 years ago

Was already resolved. Will be visible in next release which includes another big feature addition as well. Closing.