Page MenuHomePhabricator

Add query options to listunspent rpc call
ClosedPublic

Authored by deadalnix on Oct 10 2018, 15:16.

Details

Summary

This is a backport of Core PR8952

Test Plan
make check
./test/functional/test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
src/wallet/rpcwallet.cpp
3180 ↗(On Diff #5380)

This statement is missing the request.params.size() > 4 && like the previous params checks.

This revision is now accepted and ready to land.Oct 11 2018, 00:18
deadalnix added inline comments.
src/wallet/rpcwallet.cpp
3180 ↗(On Diff #5380)

Yes, it was changed later on and I merged that :)

This revision was automatically updated to reflect the committed changes.