Skip to content

Commit

Permalink
chore: address PR feedback and add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnelson committed Feb 4, 2025
1 parent 64bf350 commit b4af50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE

- Miners who restart their nodes immediately before a winning tenure now correctly detect that
they won the tenure after their nodes restart ([#5750](https://github.com/stacks-network/stacks-core/issues/5750)).
- Error responses to /v2/transactions/fees are once again expressed as JSON ([#4145](https://github.com/stacks-network/stacks-core/issues/4145)).

## [3.1.0.0.4]

Expand Down
2 changes: 1 addition & 1 deletion stackslib/src/net/api/tests/postfeerate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fn test_try_make_response() {
assert_eq!(preamble.status_code, 400);
debug!("Response JSON no estimator: {}", &body_json);

// case 2: no estimate avaialable
// case 2: no estimate available
let mut requests = vec![];
let request = StacksHttpRequest::new_post_fee_rate(
addr.clone().into(),
Expand Down

0 comments on commit b4af50d

Please sign in to comment.