aeternity / aeternal

Æterrnal--the caching and reporting layer for the æternity blockchain
https://aeternal.io
ISC License
18 stars 10 forks source link

getActiveNames returns the same name two times #243

Open davidyuk opened 4 years ago

davidyuk commented 4 years ago

https://testnet.aeternal.io/middleware/names/active?owner=ak_DzELMKnSfJcfnCUZ2SbXUSxRmFYtGrWmMuKiCx68YKLH26kwc

[
    {
        "name": "jzcov.chain",
        "name_hash": "nm_2qEMr6GuGGhYqHfr1yxfyFbH3Jpu1hERDHefsZFHd85k2yXAnz",
        "tx_hash": "th_3ATQY3QdwAbZwLezSjQG74Pp8o915jbp2pWvyiuoXnVPTYyfU",
        "created_at_height": 155298,
        "auction_end_height": 170178,
        "owner": "ak_DzELMKnSfJcfnCUZ2SbXUSxRmFYtGrWmMuKiCx68YKLH26kwc",
        "expires_at": 220178,
        "pointers": null
    },
    {
        "name": "jzcov.chain",
        "name_hash": "nm_2eahRsaXJtPQP6bc3FLfm4MPPYMKEtpLXEADoN87jU3XqkPPai",
        "tx_hash": "th_2bFEy9k5Uvfn9Hhp626Z1iMJxToDDT8UKoJStvzRUyDRMkUThJ",
        "created_at_height": 155295,
        "auction_end_height": 170175,
        "owner": "ak_DzELMKnSfJcfnCUZ2SbXUSxRmFYtGrWmMuKiCx68YKLH26kwc",
        "expires_at": 220175,
        "pointers": null
    }
]

Looks like one of them is a bid made by ak_DzELMKnSfJcfnCUZ2SbXUSxRmFYtGrWmMuKiCx68YKLH26kwc, should it be displayed in the list of active names?