Companion for substrate #13312: Rename Deterministic to Enforce (#2350)

* Rename `Deterministic` to `Enforce`

* Spelling fix

* update lockfile for {"substrate", "polkadot"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Alexander Theißen
2023-03-21 00:39:13 +01:00
committed by GitHub
parent 3f281195e8
commit 4587d1eb38
2 changed files with 202 additions and 201 deletions
+201 -200
View File
File diff suppressed because it is too large Load Diff
@@ -550,7 +550,7 @@ impl_runtime_apis! {
storage_deposit_limit,
input_data,
contracts::CONTRACTS_DEBUG_OUTPUT,
pallet_contracts::Determinism::Deterministic,
pallet_contracts::Determinism::Enforced,
)
}