relative cltv expiry can be negative

This commit is contained in:
Jesse de Wit
2023-12-04 21:51:55 +01:00
parent fefd998ca7
commit cf5fe6fde3
3 changed files with 7 additions and 5 deletions

View File

@@ -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;
}