Skip to content

Commit b4af50d

Browse files
committed
chore: address PR feedback and add changelog entry
1 parent 64bf350 commit b4af50d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
2020

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

2425
## [3.1.0.0.4]
2526

stackslib/src/net/api/tests/postfeerate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fn test_try_make_response() {
122122
assert_eq!(preamble.status_code, 400);
123123
debug!("Response JSON no estimator: {}", &body_json);
124124

125-
// case 2: no estimate avaialable
125+
// case 2: no estimate available
126126
let mut requests = vec![];
127127
let request = StacksHttpRequest::new_post_fee_rate(
128128
addr.clone().into(),

0 commit comments

Comments
 (0)