Fix: use the correct getPoolSwappableVouchers
This commit is contained in:
parent
334aa07f9f
commit
81fbc2574c
@ -392,7 +392,7 @@ func (as *HTTPAccountService) getPoolSwappableFromVouchers(ctx context.Context,
|
|||||||
func (as *HTTPAccountService) GetPoolSwappableVouchers(ctx context.Context, poolAddress, publicKey string) ([]dataserviceapi.TokenHoldings, error) {
|
func (as *HTTPAccountService) GetPoolSwappableVouchers(ctx context.Context, poolAddress, publicKey string) ([]dataserviceapi.TokenHoldings, error) {
|
||||||
svc := dev.NewDevAccountService(ctx, as.SS)
|
svc := dev.NewDevAccountService(ctx, as.SS)
|
||||||
if as.UseApi {
|
if as.UseApi {
|
||||||
return as.getPoolSwappableFromVouchers(ctx, poolAddress, publicKey)
|
return as.getPoolSwappableVouchers(ctx, poolAddress, publicKey)
|
||||||
} else {
|
} else {
|
||||||
return svc.GetPoolSwappableVouchers(ctx, poolAddress, publicKey)
|
return svc.GetPoolSwappableVouchers(ctx, poolAddress, publicKey)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user