MCPcopy Create free account
hub / github.com/bcndev/bytecoin / method

Method method

src/rpc_api.hpp:716–716  ·  view source on GitHub ↗

Used by walletd sync process

Source from the content-addressed store, hash-verified

714// Signature of this method will stabilize to the end of beta
715struct 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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected