Browse Source

dustThreshold is a UInt53

hk-custom-address
Daniel Cousens 9 years ago
parent
commit
33a9dc4cce
  1. 2
      src/types.js

2
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({

Loading…
Cancel
Save