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

difftreelog

Docker file + minor fix

str-mv2020-05-07parent: #c2eefad.patch.diff
in: master

2 files changed

addedDockerfilediffbeforeafterboth

no changes

modifiedpallets/nft/src/lib.rsdiffbeforeafterboth
--- a/pallets/nft/src/lib.rs
+++ b/pallets/nft/src/lib.rs
@@ -115,7 +115,7 @@
 			// Generate next collection ID
 			let next_id = NextCollectionID::get()
 				.checked_add(1)
-				.expect("collection id error");;
+				.expect("collection id error");
 
 			NextCollectionID::put(next_id);