Skip to content

Commit

Permalink
fix: use the mempool etag for the /nonces endpoint (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr authored Dec 11, 2023
1 parent b3964c0 commit 773c01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/routes/address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export function createAddressRouter(db: PgStore, chainId: ChainID): express.Rout

router.get(
'/:stx_address/nonces',
cacheHandler,
mempoolCacheHandler,
asyncHandler(async (req, res) => {
// get recent asset event associated with address
const stxAddress = req.params['stx_address'];
Expand Down

0 comments on commit 773c01b

Please sign in to comment.