Skip to content

Commit 3d69157

Browse files
committed
refactor
1 parent 6b1247f commit 3d69157

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/api/account_handlers.go

+4
Original file line numberDiff line numberDiff line change
@@ -624,3 +624,7 @@ func (h *Handler) AddressParse(ctx context.Context, params oas.AddressParseParam
624624
}
625625
return &res, nil //todo: add testnet_only
626626
}
627+
628+
func (h *Handler) GetAccountExtraCurrencyHistoryByID(ctx context.Context, params oas.GetAccountExtraCurrencyHistoryByIDParams) (*oas.AccountEvents, error) {
629+
return &oas.AccountEvents{}, nil
630+
}

0 commit comments

Comments
 (0)