mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-21 07:44:22 +01:00
relative cltv expiry can be negative
This commit is contained in:
@@ -27,7 +27,7 @@ message Htlc {
|
||||
uint64 id = 2;
|
||||
uint64 amount_msat = 3;
|
||||
uint32 cltv_expiry = 4;
|
||||
uint32 cltv_expiry_relative = 5;
|
||||
int32 cltv_expiry_relative = 5;
|
||||
string payment_hash = 6;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user