pub const FUNDING_STREAMS_NUM_ADDRESSES_TESTNET: usize = 51;
Expand description
Number of addresses for each 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.