dustThreshold is a UInt53
This commit is contained in:
parent
70c874e3cc
commit
33a9dc4cce
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ var Network = typeforce.compile({
|
||||||
pubKeyHash: UInt8,
|
pubKeyHash: UInt8,
|
||||||
scriptHash: UInt8,
|
scriptHash: UInt8,
|
||||||
wif: UInt8,
|
wif: UInt8,
|
||||||
dustThreshold: typeforce.Number
|
dustThreshold: UInt53
|
||||||
})
|
})
|
||||||
|
|
||||||
var Script = typeforce.compile({
|
var Script = typeforce.compile({
|
||||||
|
|
Loading…
Add table
Reference in a new issue