File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
stackslib/src/net/api/tests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
20
20
21
21
- Miners who restart their nodes immediately before a winning tenure now correctly detect that
22
22
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 ) ).
23
24
24
25
## [ 3.1.0.0.4]
25
26
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ fn test_try_make_response() {
122
122
assert_eq ! ( preamble. status_code, 400 ) ;
123
123
debug ! ( "Response JSON no estimator: {}" , & body_json) ;
124
124
125
- // case 2: no estimate avaialable
125
+ // case 2: no estimate available
126
126
let mut requests = vec ! [ ] ;
127
127
let request = StacksHttpRequest :: new_post_fee_rate (
128
128
addr. clone ( ) . into ( ) ,
You can’t perform that action at this time.
0 commit comments