Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove default fee #1392

Open
LukasKorba opened this issue Mar 12, 2024 · 0 comments
Open

Remove default fee #1392

LukasKorba opened this issue Mar 12, 2024 · 0 comments

Comments

@LukasKorba
Copy link
Collaborator

The new Proposal API deprecated some of the API related sending and shielding. It also deprecates the defaultFee because the fee is provided in the Proposal. Following code should be removed as well once we decide to remove the deprecated API.

public extension NetworkConstants {
    static func defaultFee() -> Zatoshi {
        Zatoshi(10_000)
    }
}
@daira daira added this to the SDK 2.0 and 2.1 Post-Release Cleanup milestone Mar 27, 2024
@nuttycom nuttycom removed this from the SDK 2.0 and 2.1 Post-Release Cleanup milestone Apr 9, 2024
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

No branches or pull requests

3 participants