mirror of
https://github.com/monero-project/monero.git
synced 2026-01-02 07:50:16 -08:00
add command pop_blocks
add new public method to Blockchain and update according to code review update after review: better lock/unlock, try catch and coding style
This commit is contained in:
@@ -139,6 +139,8 @@ public:
|
||||
|
||||
bool sync_info(const std::vector<std::string>& args);
|
||||
|
||||
bool pop_blocks(const std::vector<std::string>& args);
|
||||
|
||||
bool version(const std::vector<std::string>& args);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user