Skip to content

Commit b131157

Browse files
authored
fix oracle root read_raw_values (#286)
1 parent 9d5182e commit b131157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oracle/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ impl<T: Trait<I>, I: Instance> Module<T, I> {
158158
Self::members()
159159
.0
160160
.iter()
161+
.chain(vec![T::RootOperatorAccountId::get()].iter())
161162
.filter_map(|x| Self::raw_values(x, key))
162163
.collect()
163164
}

0 commit comments

Comments
 (0)