You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the Contributing file of the documentation.
I have searched the issues (including closed ones) and believe that this is not a duplicate.
Issue
Currently, method getTransaction only returns information referring to the wallet loaded in bitcoind, for other txHashes the method returns null. We want to obtain information of any transaction not only 'in-wallet'
NOTE: The root of the problem is the method gettransaction from bitcoind, we can use this method because only reports information about in-wallet transactions.