Finish unit tests on fees

This commit is contained in:
Ethan Frey
2017-07-12 20:22:42 +02:00
parent 137f8a9ce1
commit 454227393b
3 changed files with 138 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const (
ByteRawTx = 0xF0
ByteCheckTx = 0xF1
TypeRawTx = "raw"
TypeRawTx = NameOK + "/raw" // this will just say a-ok to RawTx
TypeCheckTx = NameCheck + "/tx"
rawMaxSize = 2000 * 1000