From e6621809811569534f1dec32537f6401014b7702 Mon Sep 17 00:00:00 2001 From: Vikram Rajkumar Date: Tue, 23 Jun 2015 16:20:34 -0400 Subject: [PATCH] Update submodules --- .gitmodules | 1 + docs | 2 +- libraries/fc | 2 +- programs/cli_wallet/main.cpp | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index ee296306..24ef291b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "docs"] path = docs url = https://github.com/cryptonomex/graphene.wiki.git + ignore = dirty [submodule "libraries/fc"] path = libraries/fc url = https://github.com/cryptonomex/fc.git diff --git a/docs b/docs index 71ed2984..94ec061b 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 71ed2984b71d57cab13cdf12074cff150edc1d3d +Subproject commit 94ec061b91edbe9d1ebae576e641f921998428c8 diff --git a/libraries/fc b/libraries/fc index a8b85f6d..701b9ac0 160000 --- a/libraries/fc +++ b/libraries/fc @@ -1 +1 @@ -Subproject commit a8b85f6dcc4558b7a9913b59ef5dc19f3b5e62ca +Subproject commit 701b9ac00c46234ee7cc6385027f5942590debc9 diff --git a/programs/cli_wallet/main.cpp b/programs/cli_wallet/main.cpp index c3a89df7..4230e495 100644 --- a/programs/cli_wallet/main.cpp +++ b/programs/cli_wallet/main.cpp @@ -88,7 +88,6 @@ int main( int argc, char** argv ) ac.rotate = true; ac.rotation_interval = fc::hours( 1 ); ac.rotation_limit = fc::days( 1 ); - ac.rotation_compression = false; std::cout << "Logging RPC to file: " << (data_dir / ac.filename).preferred_string() << "\n";