Skip to content

Commit 24c5cf7

Browse files
committed
Expose MinRelayFee through WalletKitClient
1 parent 108aadd commit 24c5cf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

walletkit_client.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ type WalletKitClient interface {
111111
EstimateFeeRate(ctx context.Context,
112112
confTarget int32) (chainfee.SatPerKWeight, error)
113113

114+
// MinRelayFee returns the current minimum relay fee based on our chain
115+
// backend in sat/kw.
116+
MinRelayFee(ctx context.Context) (chainfee.SatPerKWeight, error)
117+
114118
// ListSweeps returns a list of sweep transaction ids known to our node.
115119
// Note that this function only looks up transaction ids, and does not
116120
// query our wallet for the full set of transactions. If startHeight is

0 commit comments

Comments
 (0)