Expose credit tx to cli and test

This commit is contained in:
Ethan Frey
2017-07-27 16:41:12 -04:00
parent 3027eeb3c3
commit 9640547c01
6 changed files with 62 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
// nolint
const (
ByteFees = 0x21
ByteFees = 0x28
TypeFees = NameFee + "/tx"
)