revert empty balance
This commit is contained in:
parent
a74cdf0529
commit
dbdad96b27
@ -47,10 +47,6 @@ export async function getBalancesInsideTransaction(
|
|||||||
withdrawalGroups: typeof WalletStoresV1.withdrawalGroups;
|
withdrawalGroups: typeof WalletStoresV1.withdrawalGroups;
|
||||||
}>,
|
}>,
|
||||||
): Promise<BalancesResponse> {
|
): Promise<BalancesResponse> {
|
||||||
return {
|
|
||||||
balances: [],
|
|
||||||
};
|
|
||||||
|
|
||||||
const balanceStore: Record<string, WalletBalance> = {};
|
const balanceStore: Record<string, WalletBalance> = {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -152,9 +148,6 @@ export async function getBalancesInsideTransaction(
|
|||||||
export async function getBalances(
|
export async function getBalances(
|
||||||
ws: InternalWalletState,
|
ws: InternalWalletState,
|
||||||
): Promise<BalancesResponse> {
|
): Promise<BalancesResponse> {
|
||||||
return {
|
|
||||||
balances: [],
|
|
||||||
};
|
|
||||||
logger.trace("starting to compute balance");
|
logger.trace("starting to compute balance");
|
||||||
|
|
||||||
const wbal = await ws.db
|
const wbal = await ws.db
|
||||||
|
Loading…
Reference in New Issue
Block a user