mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 03:01:07 +00:00
Add inspect command to take a look at extrinsics. (#762)
* Add inspect command to take a look at extrinsics. * cargo fmt --all * New weight for on-chain remark in tests * Minor style tweaks. Co-authored-by: adoerr <0xad@gmx.net>
This commit is contained in:
committed by
Bastian Köcher
parent
4a1a990fa6
commit
c3d651d29a
@@ -606,7 +606,7 @@ mod tests {
|
||||
vec![EventRecord {
|
||||
phase: Phase::Initialization,
|
||||
event: Event::call_dispatch(call_dispatch::Event::<TestRuntime>::MessageWeightMismatch(
|
||||
bridge, id, 1973000, 0,
|
||||
bridge, id, 1279000, 0,
|
||||
)),
|
||||
topics: vec![],
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user