mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-11 22:24:14 +02:00
Updated wire to use int64
This commit is contained in:
@@ -16,7 +16,7 @@ var MAX_SLICE_LENGTH = 65535
|
|||||||
// Actual pkScript, not redeemScript
|
// Actual pkScript, not redeemScript
|
||||||
type PkScript []byte
|
type PkScript []byte
|
||||||
|
|
||||||
type HTLCKey uint64
|
type HTLCKey int64
|
||||||
type CommitHeight uint64
|
type CommitHeight uint64
|
||||||
|
|
||||||
// Subsatoshi amount (Micro-Satoshi, 1/1000th)
|
// Subsatoshi amount (Micro-Satoshi, 1/1000th)
|
||||||
|
Reference in New Issue
Block a user