Conflicts correct fix

pull/1648/head
flicker-harmony 5 years ago
parent e8ccee2560
commit 0994d382c4
  1. 2
      api/service/explorer/service.go

@ -782,7 +782,7 @@ func (s *Service) GetExplorerAddress(w http.ResponseWriter, r *http.Request) {
}
// GetExplorerAddress rpc end-point.
func (s *ServiceAPI) GetExplorerAddress(ctx context.Context, id, txView string, page, offset int) (*Address, error) {
func (s *ServiceAPI) GetExplorerAddress(ctx context.Context, id, txView string, page, offset int, order string) (*Address, error) {
if strings.HasPrefix(id, "0x") {
parsedAddr := common2.ParseAddr(id)
oneAddr, err := common2.AddressToBech32(parsedAddr)

Loading…
Cancel
Save