aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.h
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2017-08-22 14:54:18 +0100
committerHoward Chu <hyc@symas.com>2017-08-22 15:11:09 +0100
commitc22d22e2db9af50c926f623718b814d041b89c8e (patch)
tree820fc28ae0056c13debb7c92db7073d9c3890be9 /src/cryptonote_core/cryptonote_core.h
parentToggle SAFE syncmode on and off automatically (diff)
downloadmonero-c22d22e2db9af50c926f623718b814d041b89c8e.tar.xz
Cleanup test impact of adding safesyncmode() method
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.h')
-rw-r--r--src/cryptonote_core/cryptonote_core.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cryptonote_core/cryptonote_core.h b/src/cryptonote_core/cryptonote_core.h
index f17a6dfe6..847859d24 100644
--- a/src/cryptonote_core/cryptonote_core.h
+++ b/src/cryptonote_core/cryptonote_core.h
@@ -614,6 +614,13 @@ namespace cryptonote
void on_synchronized();
/**
+ * @copydoc Blockchain::safesyncmode
+ *
+ * 2note see Blockchain::safesyncmode
+ */
+ void safesyncmode(const bool onoff);
+
+ /**
* @brief sets the target blockchain height
*
* @param target_blockchain_height the height to set