Integrate dispatcher into app, and fix tests

This commit is contained in:
Ethan Frey
2017-07-04 12:46:57 +02:00
parent fcab8ac901
commit 473451f020
7 changed files with 75 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ func init() {
// we reserve the 0x20-0x3f range for standard modules
const (
ByteSend = 0x20
TypeSend = "send"
TypeSend = NameCoin + "/send"
)
//-----------------------------------------------------------------------------