macro_rules! main_or_test {
($main:expr, $test:expr) => { ... };
}
Expand description
Macro to set value based on testnet feature flag
macro_rules! main_or_test {
($main:expr, $test:expr) => { ... };
}
Macro to set value based on testnet feature flag