diff options
author | Howard Chu <hyc@symas.com> | 2017-08-22 14:54:18 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2017-08-22 15:11:09 +0100 |
commit | c22d22e2db9af50c926f623718b814d041b89c8e (patch) | |
tree | 820fc28ae0056c13debb7c92db7073d9c3890be9 /src/cryptonote_core/cryptonote_core.h | |
parent | Toggle SAFE syncmode on and off automatically (diff) | |
download | monero-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.h | 7 |
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 |