-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed nil returns from ScanUnspendOutputs implementations. #336
Removed nil returns from ScanUnspendOutputs implementations. #336
Conversation
…kycoinTransactionOutputIterator(nil) the returns sentences when it's found a error in the ScanUnspendOutputs method implementations.
…onOutputIterator(nil)" to 'return nil,err' the returns sentences when it's found a error in the ScanUnspendOutputs method implementations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stdevHsequeda why u adding so many files for such a tiny task ?
in vendor I mean |
I only add the vendor |
|
@stdevHsequeda no , I wander why these added at this point ? |
…utputs of WalletRemote and WalletLocal type.
…queda_t335_Removed_nil_returns
Review |
…ts and TestLocalWalletScanUnspentOutputs test to increase the coverage.
Fixes #335
Changes:
Does this change need to mentioned in CHANGELOG.md?
no
Requires testing
Requires testing
no