frame_system::remark: Allow any kind of origin (#14260)

* frame_system::remark: Allow any kind of origin

There should be no downside in allowing any kind of origin for `remark`.

* Fix tests
This commit is contained in:
Bastian Köcher
2023-06-04 23:15:16 +02:00
committed by GitHub
parent 643f8d76cd
commit 57e6b21935
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ fn close_works() {
})),
record(mock::RuntimeEvent::AllianceMotion(AllianceMotionEvent::Executed {
proposal_hash: hash,
result: Err(DispatchError::BadOrigin),
result: Ok(()),
}))
]
);