Add a TODO

This commit is contained in:
Jack Grigg 2019-01-25 01:48:31 +00:00
parent 4b8685cdd9
commit cffde64533
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ block height is defined as follows (using ``HalvingInterval`` as-defined in [#pr
floor((height - FundingStream.StartHeight) / AddressChangeInterval)
Address(height) = FundingStream.Addresses[FundingStream.AddressIndex(height)]
- TODO: Fix ``FundingStream.AddressIndex`` to line funding periods up across funding streams.
Consensus rules
---------------