diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e25776f8a..79153c6702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,6 +86,7 @@ The minor version will be incremented upon a breaking change and the patch versi - ts: Update `engines.node` to `>= 17` ([#3301](https://github.com/coral-xyz/anchor/pull/3301)). - cli: Use OS-agnostic paths ([#3307](https://github.com/coral-xyz/anchor/pull/3307)). - avm: Use `rustc 1.79.0` when installing versions older than v0.31 ([#3315](https://github.com/coral-xyz/anchor/pull/3315)). +- cli: Fix priority fee calculation causing panic on localnet ([#3318](https://github.com/coral-xyz/anchor/pull/3318)). ### Breaking diff --git a/cli/src/lib.rs b/cli/src/lib.rs index 0ffe3ca57f..3ae985ed3a 100644 --- a/cli/src/lib.rs +++ b/cli/src/lib.rs @@ -4726,6 +4726,10 @@ fn get_recommended_micro_lamport_fee(client: &RpcClient, priority_fee: Option