core-lightning/cln-grpc/src
Christian Decker 990096f904 schema: Fix wrong type of CLTV in route
We were using `number` instead of `u32` which caused it to be
serialized to string with a decimal, which then would be rejected by
lightningd.

Changelog-Fixed: proto: Fixed a wrong number type being used in routes
2023-09-01 07:32:14 +09:30
..
convert.rs schema: Fix wrong type of CLTV in route 2023-09-01 07:32:14 +09:30
lib.rs rs: Guard the cln-rpc dependency behind "server" feature in cln-grpc 2023-06-01 13:41:21 +09:30
pb.rs cln-rpc: Remove wildcard import from model 2023-07-10 13:47:38 +09:30
server.rs msggen: Add staticbackup call to list of managed methods 2023-08-06 12:34:36 +09:30
test.rs cln-rpc: Remove wildcard import from model 2023-07-10 13:47:38 +09:30