| 900 | |
| 901 | struct 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected