]> Git Repo - VerusCoin.git/commit - src/wallet/rpcwallet.cpp
Fix getbalance *
authorTom Harding <[email protected]>
Fri, 12 Jun 2015 21:07:43 +0000 (14:07 -0700)
committerWladimir J. van der Laan <[email protected]>
Mon, 15 Jun 2015 07:03:25 +0000 (09:03 +0200)
commitc9fd9078ced17f6880274b4764736c5a9ab4eddb
tree2eabcd20f04c02b8674c354a15891753ab8dac4a
parent94cd7051a324faad636d0b209863828d8ccbcba5
Fix getbalance *

Chance "getbalance *" not to use IsTrusted.  The method and result
now match the "getbalance <specific-account>" behavior. In
particular, "getbalance * 0" now works.

Also fixed a comment -- GetGalance has required 1 confirmation
for many years, and the default "getbalance *" behavior matches
that.

Github-Pull: #6276
Rebased-From: 7d6a85ab5b1dc96e0f3f6f835f27bb81ba2af919
src/wallet/rpcwallet.cpp
This page took 0.024957 seconds and 4 git commands to generate.