mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-05-09 03:58:06 +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(
|
router.get(
|
||||||
'/:stx_address/nonces',
|
'/:stx_address/nonces',
|
||||||
cacheHandler,
|
mempoolCacheHandler,
|
||||||
asyncHandler(async (req, res) => {
|
asyncHandler(async (req, res) => {
|
||||||
// get recent asset event associated with address
|
// get recent asset event associated with address
|
||||||
const stxAddress = req.params['stx_address'];
|
const stxAddress = req.params['stx_address'];
|
||||||
|
|||||||
Reference in New Issue
Block a user