git.delta.rocks / unique-network / refs/commits / a9c34400c1ff

difftreelog

Testing node for forkless updates

str-mv2021-01-12parent: #31c9ea3.patch.diff
in: master

2 files changed

modifiedpallets/nft/src/lib.rsdiffbeforeafterboth
1503 Ok(())1503 Ok(())
1504 }1504 }
1505
1506 #[weight = T::WeightInfo::add_to_contract_white_list()]
1507 pub fn wasm_dummy_method(
1508 origin
1509 ) -> DispatchResult {
1510 let sender = ensure_signed(origin)?;
1511 Ok(())
1512 }
15051513
1506 /// Remove an address from smart contract white list.1514 /// Remove an address from smart contract white list.
1507 /// 1515 ///
modifiedruntime/src/lib.rsdiffbeforeafterboth
--- a/runtime/src/lib.rs
+++ b/runtime/src/lib.rs
@@ -143,7 +143,7 @@
     spec_name: create_runtime_str!("nft"),
     impl_name: create_runtime_str!("nft"),
     authoring_version: 1,
-    spec_version: 2,
+    spec_version: 3,
     impl_version: 1,
     apis: RUNTIME_API_VERSIONS,
     transaction_version: 1,