Skip to content

Commit 0ecaf68

Browse files
committed
chore: remove commented code
1 parent 4f6c089 commit 0ecaf68

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

libs/coin-modules/coin-aptos/src/bridge/synchronisation.ts

-12
Original file line numberDiff line numberDiff line change
@@ -191,18 +191,6 @@ export const getAccountShape: GetAccountShape = async info => {
191191
? newSubAccounts
192192
: mergeSubAccounts(initialAccount, newSubAccounts);
193193

194-
// let subAccountsOperations = [] as Operation[];
195-
// subAccountsOperations = subAccounts
196-
// .map(sa => sa.operations.filter(op => op.type === "OUT"))
197-
// .flat()
198-
// .map(op => ({
199-
// ...op,
200-
// id: accountId,
201-
// type: "FEES",
202-
// }));
203-
204-
// const operations = mergeOps(mergeOps(oldOperations, newOperations), subAccountsOperations);
205-
206194
const shape: Partial<AptosAccount> = {
207195
type: "Account",
208196
id: accountId,

0 commit comments

Comments
 (0)