mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +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
|
||||
type PkScript []byte
|
||||
|
||||
type HTLCKey uint64
|
||||
type HTLCKey int64
|
||||
type CommitHeight uint64
|
||||
|
||||
// Subsatoshi amount (Micro-Satoshi, 1/1000th)
|
||||
|
Reference in New Issue
Block a user