diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2014-11-27 09:50:20 +0100 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-11-27 09:50:20 +0100 |
commit | 57be955ba070c8e41c8bd8b41be1ad912a588c52 (patch) | |
tree | ec39d12ebcb8d2522888c29873254beeeb04940e /src/main.h | |
parent | 9ff0bc9beb90cf96fb0a9698de22e2bc60fed2f2 (diff) |
Remove -printblock, -printblocktree, and -printblockindex
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h index c0d6412528..7a15c2608c 100644 --- a/src/main.h +++ b/src/main.h @@ -177,8 +177,6 @@ bool InitBlockIndex(); bool LoadBlockIndex(); /** Unload database information */ void UnloadBlockIndex(); -/** Print the loaded block tree */ -void PrintBlockTree(); /** Process protocol messages received from a given node */ bool ProcessMessages(CNode* pfrom); /** Send queued protocol messages to be sent to a give node */ |