From 8ad3afdffe6ab83af0a38b844a27a7a017c2e3c7 Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Fri, 10 Jan 2020 21:40:08 +0700 Subject: [PATCH] [+] Added submodule libdap-chain-common. --- .gitmodules | 3 +++ libdap-chain-common | 1 + 2 files changed, 4 insertions(+) create mode 160000 libdap-chain-common diff --git a/.gitmodules b/.gitmodules index e748a8fd..6408a333 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,3 +103,6 @@ [submodule "libdap-chain-cs-dag-pos"] path = libdap-chain-cs-dag-pos url = https://gitlab.demlabs.net/cellframe/libdap-chain-cs-dag-pos.git +[submodule "libdap-chain-common"] + path = libdap-chain-common + url = https://gitlab.demlabs.net/cellframe/libdap-chain-common.git diff --git a/libdap-chain-common b/libdap-chain-common new file mode 160000 index 00000000..dde4bb64 --- /dev/null +++ b/libdap-chain-common @@ -0,0 +1 @@ +Subproject commit dde4bb6403957dcbd2e0a983b36661ad303f5756 -- GitLab