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

Event Timeline

majcosta added a subscriber: majcosta.
majcosta added inline comments.
test/functional/rpc_fundrawtransaction.py
549

let's keep using lowerCamelCase for variables

557

ditto

562

ditto

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