Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Sep 18, 2024
1 parent 8a85f00 commit 8d88ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bus/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (b *Bus) consensusNetworkHandler(jc jape.Context) {
}

func (b *Bus) txpoolFeeHandler(jc jape.Context) {
api.WriteResponse(jc, http.StatusOK, api.TxPoolFeeResp{b.cm.RecommendedFee()})
api.WriteResponse(jc, http.StatusOK, api.TxPoolFeeResp{Currency: b.cm.RecommendedFee()})
}

func (b *Bus) txpoolTransactionsHandler(jc jape.Context) {
Expand Down

0 comments on commit 8d88ab8

Please sign in to comment.