Macro chain_update

Source
macro_rules! chain_update {
    [ $(($height:expr, $hash:expr)), * ] => { ... };
}