aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_disableprivatekeys.py
AgeCommit message (Collapse)Author
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.
2019-01-31Do not import private keys to wallets with private keys disabledAndrew Chow
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-07-12[QA] add createwallet disableprivatekey testJonas Schnelli