hunte-star

Results 2 comments of hunte-star

Yeah i tried that and wrote a query similar to this `https://github.com/itering/subscan-essentials/blob/master/plugins/system/dao/dao.go#L24` db.FindBy(&accountser, map[string]interface{}{"address": address}, nil) but the data it returns is nil and due to this the other account...

[Update] Both routes work separately when the other is commented out but when both are present data is not returned properly. > return []router.Http{ {"accounts", accounts}, //{"findac", findac}, } The...