use mempool client for fee estimation

This commit is contained in:
Jesse de Wit
2023-01-30 13:47:27 +01:00
parent 17a3dc1d94
commit bfb25ae4bb
8 changed files with 97 additions and 24 deletions

View File

@@ -110,6 +110,8 @@ func newLspd(h *lntest.TestHarness, name string, lnd *string, cln *string, envEx
nodes,
fmt.Sprintf("DATABASE_URL=%s", postgresBackend.ConnectionString()),
fmt.Sprintf("LISTEN_ADDRESS=%s", grpcAddress),
fmt.Sprintf("USE_MEMPOOL_FEE_ESTIMATION=true"),
fmt.Sprintf("MEMPOOL_API_BASE_URL=https://mempool.space/api/v1/"),
}
env = append(env, envExt...)