aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorVarunram <vrg2009@ymail.com>2018-07-27 18:36:27 +0530
committerfanquake <fanquake@gmail.com>2018-08-02 21:27:17 +0800
commitd5f745a5c76ad5fbcc9a20fe128806e39de52a2c (patch)
tree98592fd0f31c0c4e4c2d962e05b7efb7c62a40fc /src/wallet/wallet.h
parent3be70ba400d0d4c94ca0142559978c104ea97df4 (diff)
downloadbitcoin-d5f745a5c76ad5fbcc9a20fe128806e39de52a2c.tar.xz
trivial: correct typos
Diffstat (limited to 'src/wallet/wallet.h')
-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),