mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 15:41:02 +00:00
update primitive-types and solve break changes (#1535)
This commit is contained in:
committed by
Bastian Köcher
parent
7c1f92b26f
commit
c0568ba3c6
@@ -227,7 +227,7 @@ mod tests {
|
||||
logs: vec![
|
||||
DigestItem::AuthoritiesChange(vec![1]),
|
||||
DigestItem::ChangesTrieRoot(4),
|
||||
DigestItem::Seal(1, 15.into()),
|
||||
DigestItem::Seal(1, Signature::from_low_u64_be(15)),
|
||||
DigestItem::Other(vec![1, 2, 3]),
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user