Page MenuHomePhabricator

doc: default minconf for getbalance should be 0
ClosedPublic

Authored by PiRK on Jan 15 2021, 08:33.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC28e2e62864b0: doc: default minconf for getbalance should be 0
Summary
  • Default minconf for getbalance is 0 but example in doc was showing as 1.
  • at least 6 blocks confirmed now updated to be at least 6 confirmations to be more consistent with the terminology used elsewhere in the codebase and documentations.

This is a backport of Core PR18502

Test Plan

Check the new help message:

src/bitcoin-cli help getbalance

Check that the balance includes unconfirmed transactions by sending some fund to an external wallet and running immediately src/bitcoin-cli getbalance

Diff Detail

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