Adding link to Issue in code

This commit is contained in:
Chris Troutner
2021-03-03 08:18:12 -08:00
parent 4d01a7588c
commit fe47574418
+3
View File
@@ -51,6 +51,9 @@ class Memo {
// Walk the transactions associated with an address until a proper IPFS hash is
// found. If one is not found, will return false.
//
// See this Issue with ABC wallets:
// https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet/issues/136
async findHash () {
try {
console.log(`finding latest IPFS hash for address: ${this.bchAddr}...`)