mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 05:21:08 +00:00
BREAKING: Rename Origin (#12258)
* BREAKING: Rename Origin * more renaming * a bit more renaming * fix * more fixing * fix in frame_support * even more fixes * fix * small fix * ... * update .stderr * docs * update docs * update docs * docs
This commit is contained in:
@@ -147,7 +147,7 @@ And update the overall definition for weights on frame and a few related types a
|
||||
+ type BlockWeights = RuntimeBlockWeights;
|
||||
+ type BlockLength = RuntimeBlockLength;
|
||||
+ type DbWeight = RocksDbWeight;
|
||||
type Origin = Origin;
|
||||
type RuntimeOrigin = RuntimeOrigin;
|
||||
type RuntimeCall = RuntimeCall;
|
||||
type Index = Index;
|
||||
@@ -171,25 +198,19 @@ impl frame_system::Trait for Runtime {
|
||||
|
||||
Reference in New Issue
Block a user