Skip to content

Commit

Permalink
chore(ton): delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ayelenmurano committed Apr 29, 2024
1 parent 79460eb commit 11f60a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions libs/coin-modules/coin-ton/src/bridge/bridgeHelpers/txn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ export function mapJettonTxToOps(
extra: {
lt: tx.transaction_lt,
explorerHash: hash,
// TODO add comment decoding
comment: {
isEncrypted: false,
text: "",
Expand All @@ -259,7 +258,6 @@ export function mapJettonTxToOps(
extra: {
lt: tx.transaction_lt,
explorerHash: hash,
// TODO add comment decoding
comment: {
isEncrypted: false,
text: "",
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-ton/src/js-synchronisation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const getAccountShape: GetAccountShape = async (info, { blacklistedTokenI
subAccounts,
blockHeight,
xpub: publicKey,
lastSyncDate: new Date(), //TODO: review if it's necessary
lastSyncDate: new Date(),
} as Partial<Account>;
return toReturn;
};
Expand Down

0 comments on commit 11f60a9

Please sign in to comment.