We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e178d7d commit 1c248f4Copy full SHA for 1c248f4
nightfall-client/src/services/commitment-storage.mjs
@@ -56,6 +56,7 @@ export async function countCommitments(commitments) {
56
return db.collection(COMMITMENTS_COLLECTION).countDocuments(query);
57
}
58
59
+/*
60
// function to get count of transaction hashes. Used to decide if we should store
61
// incoming blocks or transactions.
62
export async function countTransactionHashes(transactionHashes) {
@@ -64,6 +65,7 @@ export async function countTransactionHashes(transactionHashes) {
64
65
const db = connection.db(COMMITMENTS_DB);
66
67
68
+*/
69
70
// function to mark a commitments as on chain for a mongo db
71
export async function markOnChain(
0 commit comments