aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-15226.md
AgeCommit message (Collapse)Author
2019-03-09doc: remove release note fragmentsfanquake
Removes all release note fragments from prior to the 0.18.0 branch off. All of these fragments have been merged into the WIP release-notes on the dev wiki.
2019-02-10[wallet] Support creating a blank walletAndrew Chow
A blank wallet is a wallet that has no keys, script or watch only things. A new wallet flag indicating that it is blank will be set when the wallet is blank. Once it is no longer blank (a seed has been generated, keys or scripts imported, etc), the flag will be unset.