Macro local_chain

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