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