Stub out USER_MESSAGE.

This commit is contained in:
Adam Ierymenko 2016-08-23 14:38:20 -07:00
parent 0a7a33ef8f
commit 0ee4d3554a
3 changed files with 15 additions and 1 deletions

View file

@ -47,6 +47,7 @@ const char *Packet::verbString(Verb v)
case VERB_CIRCUIT_TEST: return "CIRCUIT_TEST";
case VERB_CIRCUIT_TEST_REPORT: return "CIRCUIT_TEST_REPORT";
case VERB_REQUEST_PROOF_OF_WORK: return "REQUEST_PROOF_OF_WORK";
case VERB_USER_MESSAGE: return "USER_MESSAGE";
}
return "(unknown)";
}