Skip to content
Snippets Groups Projects
Unverified Commit b1311575 authored by zjb0807's avatar zjb0807 Committed by GitHub
Browse files

fix oracle root read_raw_values (#286)

parent 9d5182e8
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ impl<T: Trait<I>, I: Instance> Module<T, I> {
Self::members()
.0
.iter()
.chain(vec![T::RootOperatorAccountId::get()].iter())
.filter_map(|x| Self::raw_values(x, key))
.collect()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment