mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-21 07:44:22 +01:00
add a test for dynamic fees
This commit is contained in:
@@ -23,7 +23,7 @@ func registerPaymentWithTag(p *testParams) {
|
||||
IncomingAmountMsat: int64(25000000),
|
||||
OutgoingAmountMsat: int64(21000000),
|
||||
Tag: expected,
|
||||
})
|
||||
}, false)
|
||||
|
||||
pgxPool, err := pgxpool.Connect(p.h.Ctx, p.lsp.PostgresBackend().ConnectionString())
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user