Skip to content
Snippets Groups Projects
Commit 5a190a7a authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] Remove unecessary comment, hash is well filled in

parent 86ba2884
No related branches found
No related tags found
3 merge requests!1220Stable/ws2p v1.1 trymerge,!1208Stable/ws2p v1.1,!1154Typage
......@@ -173,7 +173,6 @@ export class TxsDAL extends AbstractSQLite<DBTx> {
dbTx.received = moment().unix()
dbTx.written = false
dbTx.removed = false
//dbTx.hash = tx.getHash()
return this.saveEntity(dbTx)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment