Function Ledger.isRelatedRewardBlock

Check if block is related to given payout block

bool isRelatedRewardBlock (
  in const(Height) reward_height,
  in const(Height) coinbase_height
) pure nothrow @nogc @safe;

Parameters

NameDescription
reward_height block to check if it is rewarded
coinbase_height block which will have payouts in Coinbase tx

Returns

true if payouts for reward_height should be in the Coinbase tx at coinbase_height