mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Generated
+224
-219
File diff suppressed because it is too large
Load Diff
@@ -288,7 +288,7 @@ pub async fn dispatch_with_root<T>(call: impl Into<<T::Runtime as system::Config
|
||||
match event.event {
|
||||
Event::Democracy(democracy::Event::Passed(_index)) if _index == ref_index => true,
|
||||
Event::Democracy(democracy::Event::PreimageUsed(_hash, _, _)) if _hash == proposal_hash => true,
|
||||
Event::Democracy(democracy::Event::Executed(_index, true)) if _index == ref_index => true,
|
||||
Event::Democracy(democracy::Event::Executed(_index, Ok(()))) if _index == ref_index => true,
|
||||
_ => false,
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user