Removed parity submod, use parity-common for RLP

This commit is contained in:
Paul Hauner
2018-07-12 15:10:02 +10:00
parent ae15382911
commit d1ce859f65
3 changed files with 1 additions and 5 deletions
-3
View File
@@ -1,3 +0,0 @@
[submodule "parity"]
path = parity
url = git@github.com:paritytech/parity.git
+1 -1
View File
@@ -10,7 +10,7 @@ bytes = ""
blake2 = "^0.7.1"
crypto-mac = "^0.6.2"
bls = { git = "https://github.com/sigp/bls" }
rlp = { path = "parity/util/rlp" }
rlp = { git = "https://github.com/paritytech/parity-common" }
[dependencies.pairing]
git = "https://github.com/mmaker/pairing"
Submodule parity deleted from aa67bd5d00