mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 18:31:05 +00:00
Bump scale-value and scale-decode (#659)
* Bump scale-value and scale-decode (these both compile to wasm ok) * clippy
This commit is contained in:
@@ -470,7 +470,7 @@ mod tests {
|
||||
/// [`RawEventDetails`] can be annoying to test, because it contains
|
||||
/// type info in the decoded field Values. Strip that here so that
|
||||
/// we can compare fields more easily.
|
||||
#[derive(Debug, PartialEq, Clone)]
|
||||
#[derive(Debug, PartialEq, Eq, Clone)]
|
||||
pub struct TestRawEventDetails {
|
||||
pub phase: Phase,
|
||||
pub index: u32,
|
||||
|
||||
Reference in New Issue
Block a user