transaction/types: use Satoshi over UInt53
This commit is contained in:
parent
ecc6d45a7e
commit
45b0e35264
2 changed files with 2 additions and 2 deletions
src
|
@ -31,7 +31,7 @@ var Network = typeforce.compile({
|
|||
pubKeyHash: typeforce.UInt8,
|
||||
scriptHash: typeforce.UInt8,
|
||||
wif: typeforce.UInt8,
|
||||
dustThreshold: typeforce.UInt53
|
||||
dustThreshold: Satoshi
|
||||
})
|
||||
|
||||
// extend typeforce types with ours
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue