Remove reductant comment.

This commit is contained in:
muzam1l
2022-10-28 14:58:11 +05:30
parent f5cb76c302
commit fa93912c38

View File

@@ -47,7 +47,6 @@ export const transactionFlags: { [key: /* TransactionType */ string]: Flags } =
tfSetFreeze: '0x00100000',
tfClearFreeze: '0x00200000',
},
// TODO Add more here
}
export const getFlags = (tt?: string) => {