diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-02-13 19:49:09 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-02-13 19:49:09 +0200 |
commit | 59c1a3316e520511c1c3c03d68ae8fd99b294cd4 (patch) | |
tree | fd86c3412666858ee2a789410a5704f5a3aae01e /src/common/command_line.cpp | |
parent | Merge pull request #650 (diff) | |
parent | unit_tests: fix blockchain unit test after hard fork import fix (diff) | |
download | monero-59c1a3316e520511c1c3c03d68ae8fd99b294cd4.tar.xz |
Merge pull request #651
5cb03a1 unit_tests: fix blockchain unit test after hard fork import fix (moneromooo-monero)
759383c hardfork: add a default fork entry for v1 if none exist (moneromooo-monero)
c7f82ec blockchain: initialize m_hardfork to NULL (moneromooo-monero)
8649b9f blockchain_db: pass hard fork object as a simple pointer (moneromooo-monero)
a333c42 core_tests: add tests for hard fork behaviors (MRL-0004) (moneromooo-monero)
945fe90 core_tests: allow setting miner tx max_outs when creating a block (moneromooo-monero)
8e4c2e6 unit_tests: fix hard fork unit test compilation (moneromooo-monero)
9ef5794 blockchain_utilities: remove unused num_blocks variable (moneromooo-monero)
6c8e5c3 blockchain: reset hardfork object when resetting blockchain (moneromooo-monero)
Diffstat (limited to 'src/common/command_line.cpp')
-rw-r--r-- | src/common/command_line.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/command_line.cpp b/src/common/command_line.cpp index b643f5135..98ff73bc5 100644 --- a/src/common/command_line.cpp +++ b/src/common/command_line.cpp @@ -91,9 +91,4 @@ namespace command_line , "Show time-stats when processing blocks/txs and disk synchronization." , 0 }; - const command_line::arg_descriptor<bool> arg_fakechain = { - "fakechain" - , "Use a fake chain for testing purposes." - , false - }; } |