Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

"OR gate" for EnsureOrigin #6237

Merged
Prev Previous commit
Next Next commit
Fix successful_origin.
  • Loading branch information
shaunxw committed Jun 8, 2020
commit 035533609919163725f3789813482a91c7eb36d2
2 changes: 1 addition & 1 deletion frame/system/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ impl<

#[cfg(feature = "runtime-benchmarks")]
fn successful_origin() -> O {
A::successful_origin()
L::successful_origin()
}
}

Expand Down