mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
minor comment
This commit is contained in:
@@ -355,6 +355,7 @@ class Blockchain {
|
||||
}
|
||||
}
|
||||
|
||||
// getMempoolAncestors
|
||||
async getMempoolAncestors(txid, verbose = false) {
|
||||
if (typeof txid !== "string") txid = JSON.stringify(txid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user