pub const POST_NU6_FUNDING_STREAMS_NUM_ADDRESSES_TESTNET: usize = 13;
Expand description
Number of addresses for each post-NU6 funding stream in the Testnet.
In the spec (protocol specification §7.10) this is defined as: fs.addressindex(fs.endheight - 1)
however we know this value beforehand so we prefer to make it a constant instead.