File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ impl InvoiceResponse {
275275 SwapTransactionParams {
276276 keys : self . data . our_keys ,
277277 output_address : self . data . claim_address . to_string ( ) ,
278- fee : Fee :: Relative ( 1.0 ) ,
278+ fee : Fee :: Relative ( 0.12 ) , // TODO make it configurable
279279 swap_id : self . swap_id ( ) . to_string ( ) ,
280280 options : Some ( TransactionOptions :: default ( ) . with_cooperative ( true ) ) ,
281281 chain_client : & self . chain_client ,
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ impl PreparePayResponse {
332332 . construct_refund ( SwapTransactionParams {
333333 keys : self . data . our_keys ,
334334 output_address : self . data . refund_address . to_string ( ) ,
335- fee : Fee :: Relative ( 1.0 ) , // TODO: improve
335+ fee : Fee :: Relative ( 0.12 ) , // TODO make it configurable
336336 swap_id : self . swap_id ( ) ,
337337 chain_client : & self . chain_client ,
338338 boltz_client : & self . api ,
You can’t perform that action at this time.
0 commit comments