This commit is contained in:
hatim boufnichel 2022-11-09 21:34:53 +01:00
parent 9c8d201a10
commit 947cf34ff4
20 changed files with 789 additions and 603 deletions

View file

@ -33,6 +33,7 @@ message NewAddressResponse{
message PayAddressRequest{
string address = 1;
int64 amout_sats = 2;
int64 target_conf = 3;
}
message PayAddressResponse{