mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 20:55:41 +00:00
chore: fix typos and sort trait impls (#11989)
This commit is contained in:
@@ -540,7 +540,7 @@ mod tests {
|
||||
|
||||
[seal0] nop(_ctx, _unused: u64) => { unreachable!(); },
|
||||
|
||||
// new version of nop with other data type for argumebt
|
||||
// new version of nop with other data type for argument
|
||||
[seal1] nop(_ctx, _unused: i32) => { unreachable!(); },
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user