Kintsugi rebase patches (#2769)

* Freshen Cargo.lock

* Fix gossip worker

* Update map_fork_name_with
This commit is contained in:
Paul Hauner
2021-12-02 14:26:54 +11:00
parent 6b4cc63b57
commit 86e0c56a38
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -97,6 +97,10 @@ macro_rules! map_fork_name_with {
let (value, extra_data) = $body;
($t::Altair(value), extra_data)
}
ForkName::Merge => {
let (value, extra_data) = $body;
($t::Merge(value), extra_data)
}
}
};
}