Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checks for null data transaction before issuing error to debug.log
CWalletTx::GetAmounts could not find output address for null data transactions, thus issuing an error in debug.log. This change checks to see if the transaction is OP_RETURN before issuing error. resolves #6142 Github-Pull: #7200 Rebased-From: b6915b8 c611acc d812daf
- Loading branch information