Page MenuHomePhabricator

wallet: allow transaction without change if keypool is empty
ClosedPublic

Authored by deadalnix on Dec 12 2020, 02:00.

Details

Summary
  • [wallet] translate "Keypool ran out" message
  • [wallet] CreateTransaction: simplify change address check
  • [wallet] allow transaction without change if keypool is empty

This is a backport of Core PR17219

Test Plan
ninja alll check-all

Diff Detail

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

Event Timeline

majcosta added a subscriber: majcosta.
majcosta added inline comments.
test/functional/rpc_fundrawtransaction.py
549 ↗(On Diff #26344)

let's keep using lowerCamelCase for variables

557 ↗(On Diff #26344)

ditto

562 ↗(On Diff #26344)

ditto

This revision is now accepted and ready to land.Dec 12 2020, 21:27