From 1ea4e4af88705ded1d57f9a60d858cdce9702768 Mon Sep 17 00:00:00 2001 From: Russel Waters Date: Tue, 5 Feb 2019 01:47:57 -0500 Subject: [PATCH] Update .gitmodules to reflect branch change for LMDB (#1702) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9b1f3d64..c4b98a3b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ [submodule "lmdb"] path = lmdb url = https://github.com/nanocurrency/lmdb.git - branch = lmdb_0_9_21 + branch = lmdb_0_9_23 [submodule "crypto/cryptopp"] path = crypto/cryptopp url = https://github.com/weidai11/cryptopp.git