Skip to content

Conversation

@Jasonvdb
Copy link
Contributor

@Jasonvdb Jasonvdb commented Mar 6, 2025

Updated LDK to 0.0.125

Only breaking change for updating is getFees types have been updated.

export declare type TFeeUpdateReq = {
    anchorChannelFee: number;
    nonAnchorChannelFee: number;
    channelCloseMinimum: number;
    minAllowedAnchorChannelRemoteFee: number;
    minAllowedNonAnchorChannelRemoteFee: number;
    outputSpendingFee: number;
    maximumFeeEstimate: number;
    urgentOnChainSweep: number;
};

@Jasonvdb Jasonvdb merged commit 13c8956 into master Mar 6, 2025
1 of 6 checks passed
@Jasonvdb Jasonvdb deleted the lkd-update-0.0.125 branch March 6, 2025 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants