We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6c089 commit 0ecaf68Copy full SHA for 0ecaf68
libs/coin-modules/coin-aptos/src/bridge/synchronisation.ts
@@ -191,18 +191,6 @@ export const getAccountShape: GetAccountShape = async info => {
191
? newSubAccounts
192
: mergeSubAccounts(initialAccount, newSubAccounts);
193
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
206
const shape: Partial<AptosAccount> = {
207
type: "Account",
208
id: accountId,
0 commit comments