Skip to content

Commit 47cc7df

Browse files
committed
Moved rlp into libs dir
1 parent 8ce3073 commit 47cc7df

File tree

8 files changed

+7
-775
lines changed

8 files changed

+7
-775
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
path = libs/base64
1111
url = https://github.com/Brechtpd/base64.git
1212
branch = main
13+
[submodule "libs/Solidity-RLP"]
14+
path = libs/Solidity-RLP
15+
url = https://github.com/hamdiallam/Solidity-RLP.git
16+
branch = master

contracts/DecentServerCert.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {IASReportCert} from "./IASReportCert.sol";
99
import {Interface_IASReportCertMgr} from "./Interface_IASReportCertMgr.sol";
1010
import {LibSecp256k1Sha256} from "./LibSecp256k1Sha256.sol";
1111
import {OIDs} from "./Constants.sol";
12-
import {RLPReader} from "./rlp/RLPReader.sol";
12+
import {RLPReader} from "../libs/Solidity-RLP/contracts/RLPReader.sol";
1313
import {X509CertNodes} from "./X509CertNodes.sol";
1414
import {X509Extension} from "./X509Extension.sol";
1515

contracts/rlp/Helper.sol

Lines changed: 0 additions & 208 deletions
This file was deleted.

0 commit comments

Comments
 (0)