Skip to content

types: constrain unburn address by block height

Boris requested to merge disable-unburn-height into master

The unburn address can spend coins from burn address only at block heights within [UnburnStartBlockHeight, UnburnStopBlockHeight).

The valid range is set to [250k, 300k).

Edited by Boris

Merge request reports