| 656 | struct SyncBlocks { // Used by walletd, block explorer, etc to sync to bytecoind |
| 657 | static std::string method() { return "sync_blocks"; } |
| 658 | static std::string bin_method() { return "sync_blocks_v3.4.3"; } |
| 659 | // we increment bin method version when binary format changes |
| 660 | static std::string url_prefix() { return "/sync_blocks/v3.4.3/"; } |
| 661 | // /sync_blocks/ver/aaa/bbb/ccc, where aaabbbccc is dec height |
nothing calls this directly
no outgoing calls
no test coverage detected