fix: non sat amounts on melt (#839)

This commit is contained in:
thesimplekid
2025-06-25 14:08:00 +01:00
committed by GitHub
parent 4f4605df9e
commit 738202b957
10 changed files with 60 additions and 31 deletions

View File

@@ -68,6 +68,7 @@ message PaymentQuoteResponse {
uint64 amount = 2;
uint64 fee = 3;
QuoteState state = 4;
string unit = 5;
}
message MeltQuote {