diff --git a/rusk/src/lib/lib.rs b/rusk/src/lib/lib.rs index 56ebdbaf0c..c5e0ce9167 100644 --- a/rusk/src/lib/lib.rs +++ b/rusk/src/lib/lib.rs @@ -870,6 +870,8 @@ fn reward_and_update_root( let (dusk_value, generator_value) = coinbase_value(block_height, dusk_spent); + // TODO: Reward the generator and the contracts that were touched + session.call::<_, ()>( STAKE_CONTRACT, "reward",