mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-19 23:04:22 +01:00
relative cltv expiry can be negative
This commit is contained in:
@@ -107,7 +107,7 @@ type Htlc struct {
|
||||
Id uint64 `json:"id"`
|
||||
AmountMsat uint64 `json:"amount_msat"`
|
||||
CltvExpiry uint32 `json:"cltv_expiry"`
|
||||
CltvExpiryRelative uint32 `json:"cltv_expiry_relative"`
|
||||
CltvExpiryRelative int32 `json:"cltv_expiry_relative"`
|
||||
PaymentHash string `json:"payment_hash"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user