Used by walletd sync process
| 714 | // Signature of this method will stabilize to the end of beta |
| 715 | struct SyncMemPool { // Used by walletd sync process |
| 716 | static std::string method() { return "sync_mem_pool"; } |
| 717 | static std::string bin_method() { return "sync_mem_pool_v3.4.0"; } |
| 718 | // we increment bin method version when binary format changes |
| 719 | struct Request { |
nothing calls this directly
no outgoing calls
no test coverage detected