Skip to content
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

listunspent rpc call does not work in develop branch #84

Closed
EvgenijM86 opened this issue Mar 15, 2015 · 1 comment
Closed

listunspent rpc call does not work in develop branch #84

EvgenijM86 opened this issue Mar 15, 2015 · 1 comment

Comments

@EvgenijM86
Copy link

Error is probably here (in listunspent function):

pwalletMain->AvailableCoins(vecOutputs, false);

Second parameter is passed as a time limit, which removes any transactions older than timestamp 0.

@ethought
Copy link

ethought commented Jul 6, 2015

Yes, I am seeing the same error.

This is causing a service I run some problems, as the wallet is full of dust transactions.

Pretty sure I am seeing this in master branch too.

FuzzyBearBTC pushed a commit to FuzzyBearBTC/peercoin that referenced this issue Nov 11, 2015
Wallet refuses to create mints with zero reward. This change is
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants