Update serai-coordinator-cosign to the new serai-client-serai

This commit is contained in:
Luke Parker
2025-11-15 16:10:25 -05:00
parent 609cf06393
commit 3cfbd9add7
6 changed files with 48 additions and 19 deletions

View File

@@ -73,7 +73,7 @@ impl UnbalancedMerkleTree {
}
/// An unbalanced Merkle tree which is incrementally created.
#[derive(Clone, PartialEq, Eq, Debug)]
#[derive(Clone, PartialEq, Eq, Debug, BorshSerialize, BorshDeserialize)]
#[cfg_attr(
feature = "non_canonical_scale_derivations",
derive(scale::Encode, scale::Decode, scale::DecodeWithMemTracking)