mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
Companion for 9619 (Private Events) (#3712)
* update runtime api * use storage_prefix * update read_events_no_consensus * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -289,7 +289,7 @@ where
|
||||
{
|
||||
use inclusion::Event as RawEvent;
|
||||
|
||||
<frame_system::Pallet<T>>::events()
|
||||
<frame_system::Pallet<T>>::read_events_no_consensus()
|
||||
.into_iter()
|
||||
.filter_map(|record| extract_event(record.event))
|
||||
.map(|event| match event {
|
||||
|
||||
Reference in New Issue
Block a user