DAPI: Calls to `getTransaction` only valid if wallet is loaded
kxcd opened this issue · 0 comments
kxcd commented
platform/packages/dapi/lib/externalApis/dashcore/rpc.js
Lines 174 to 193 in ed354ca
Where is is this getting called? A masternode does not have an attached wallet, so calling this on an MN will return the empty set and an error. IMO these two methods should be removed.