Fee handler set by default, tested app level

This commit is contained in:
Ethan Frey
2017-07-12 20:38:54 +02:00
parent 454227393b
commit 36a453ea41
7 changed files with 47 additions and 12 deletions
@@ -23,7 +23,7 @@ import (
// so it gets routed properly
const (
NameCounter = "cntr"
ByteTx = 0x21 //TODO What does this byte represent should use typebytes probably
ByteTx = 0x2F //TODO What does this byte represent should use typebytes probably
TypeTx = NameCounter + "/count"
)