macro_rules! miner_log {
($level:tt, $pattern:expr $(, $values:expr)* $(,)?) => { ... };
}
Expand description
Emit a log from within the offchain miner.
macro_rules! miner_log {
($level:tt, $pattern:expr $(, $values:expr)* $(,)?) => { ... };
}
Emit a log from within the offchain miner.