Skip to content

Commit

Permalink
Merge pull request #4289 from clemahieu/lmdb_0_9_31
Browse files Browse the repository at this point in the history
Update lmdb submodule to version 0.9.31
  • Loading branch information
clemahieu authored Sep 25, 2023
2 parents a40bdcd + 109552f commit 7a2ff65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
url = https://github.com/miniupnp/miniupnp.git
[submodule "lmdb"]
path = submodules/lmdb
url = https://github.com/nanocurrency/lmdb.git
branch = lmdb_0_9_23
url = https://github.com/LMDB/lmdb.git
[submodule "cryptopp"]
path = submodules/cryptopp
url = https://github.com/weidai11/cryptopp.git
Expand Down
4 changes: 3 additions & 1 deletion nano/core_test/wallets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ TEST (wallets, remove)
}
}

TEST (wallets, reload)
// Opening multiple environments using the same file within the same process is not supported.
// http://www.lmdb.tech/doc/starting.html
TEST (wallets, DISABLED_reload)
{
nano::test::system system (1);
auto & node1 (*system.nodes[0]);
Expand Down

0 comments on commit 7a2ff65

Please sign in to comment.