mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-28 02:14:40 +01:00
fix: do not override payment options for top-up
This commit is contained in:
@@ -116,7 +116,7 @@ public class PickhardtPaymentsController {
|
||||
@Timed
|
||||
@GetMapping("/top-up/{pubkey}/amount/{amount}")
|
||||
public ResponseEntity<StreamingResponseBody> topUp(@PathVariable Pubkey pubkey, @PathVariable long amount) {
|
||||
return topUp(pubkey, amount, PAYMENT_OPTIONS_DTO);
|
||||
return topUp(pubkey, amount, new PaymentOptionsDto());
|
||||
}
|
||||
|
||||
@Timed
|
||||
|
||||
Reference in New Issue
Block a user