ResponseSetOption includes a response Code. Closes #64"

This commit is contained in:
Ethan Buchman
2017-12-05 18:41:48 -05:00
parent fff8e963f8
commit 1b2c383205
8 changed files with 123 additions and 101 deletions

View File

@ -6,4 +6,6 @@ const (
CodeTypeEncodingError uint32 = 1
CodeTypeBadNonce uint32 = 2
CodeTypeUnauthorized uint32 = 3
CodeTypeBadOption uint32 = 101
)