mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 16:53:19 +08:00
fix: use the mempool etag for the /nonces endpoint (#1765)
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user