minor comment

This commit is contained in:
Chris Troutner
2020-01-17 15:53:07 -08:00
parent 4bd40d1dcf
commit 2dd8300a61
+1
View File
@@ -355,6 +355,7 @@ class Blockchain {
}
}
// getMempoolAncestors
async getMempoolAncestors(txid, verbose = false) {
if (typeof txid !== "string") txid = JSON.stringify(txid)