mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 15:41:02 +00:00
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:
@@ -299,7 +299,7 @@ fn close_works() {
|
||||
})),
|
||||
record(mock::RuntimeEvent::AllianceMotion(AllianceMotionEvent::Executed {
|
||||
proposal_hash: hash,
|
||||
result: Err(DispatchError::BadOrigin),
|
||||
result: Ok(()),
|
||||
}))
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user