Protocol cleanup. Tests cleanup. Additional test for transaction broadcast.

This commit is contained in:
Ignotus Peverell
2016-11-05 16:31:45 -07:00
parent 28f007240e
commit ea425dc614
7 changed files with 80 additions and 85 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ pub enum ErrCodes {
/// Types of messages
enum_from_primitive! {
#[derive(Clone, Copy)]
#[derive(Debug, Clone, Copy)]
pub enum Type {
Error,
Hand,