aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-08-02 10:22:47 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-08-02 10:22:51 -0400
commit1ef57a96b8b7255bd1f1ea0583846f18305419bf (patch)
tree0d436a1be40fdaf26a7f01318c209befc13825d8 /src/wallet
parent489b51b08e9053961747884039f56eea7f39d958 (diff)
parentd5f745a5c76ad5fbcc9a20fe128806e39de52a2c (diff)
downloadbitcoin-1ef57a96b8b7255bd1f1ea0583846f18305419bf.tar.xz
Merge #13255: trivial: Fixed typos and cleaned up language
d5f745a5c7 trivial: correct typos (Varunram) 3be70ba400 trivial: Fixed typos and cleaned up language (William Robinson) Pull request description: This rebases and fixes some of the outstanding nits in #13010. Let either merge quickly or close for now. Tree-SHA512: 4cc1a5f854f2d6a19332334e2608a19e2be6b97dc09114c8186237ea77ee4b62372ebf6841a61cca548cedb47f0e6f11d4c0aba51a71949cd5aff8cef88204d6
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 9f9501cf72..e005147073 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -102,7 +102,7 @@ constexpr OutputType DEFAULT_CHANGE_TYPE{OutputType::CHANGE_AUTO};
enum WalletFlags : uint64_t {
// wallet flags in the upper section (> 1 << 31) will lead to not opening the wallet if flag is unknown
- // unkown wallet flags in the lower section <= (1 << 31) will be tolerated
+ // unknown wallet flags in the lower section <= (1 << 31) will be tolerated
// will enforce the rule that the wallet can't contain any private keys (only watch-only/pubkeys)
WALLET_FLAG_DISABLE_PRIVATE_KEYS = (1ULL << 32),