From 33a9dc4cce90b455a14d206f5217117ffcf098b4 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Wed, 12 Aug 2015 13:09:53 +1000 Subject: [PATCH] dustThreshold is a UInt53 --- src/types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.js b/src/types.js index ad8d62c..bd7c149 100644 --- a/src/types.js +++ b/src/types.js @@ -39,7 +39,7 @@ var Network = typeforce.compile({ pubKeyHash: UInt8, scriptHash: UInt8, wif: UInt8, - dustThreshold: typeforce.Number + dustThreshold: UInt53 }) var Script = typeforce.compile({