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

Method method

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

Source from the content-addressed store, hash-verified

900
901struct SubmitBlockLegacy {
902 static std::string method() { return "submitblock"; } // This name is used by old miners
903 typedef std::vector<std::string> Request;
904 struct Response {
905 std::string status = legacy_status_ok();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected