dustThreshold is a UInt53

This commit is contained in:
Daniel Cousens 2015-08-12 13:09:53 +10:00
parent 70c874e3cc
commit 33a9dc4cce

View file

@ -39,7 +39,7 @@ var Network = typeforce.compile({
pubKeyHash: UInt8,
scriptHash: UInt8,
wif: UInt8,
dustThreshold: typeforce.Number
dustThreshold: UInt53
})
var Script = typeforce.compile({