fn clockbound_after()

in clock-bound-d/src/response.rs [289:291]


fn clockbound_after(latest: u64, time_epoch: u64) -> u8 {
    return if time_epoch > latest { 1 } else { 0 };
}