diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2017-06-12 15:09:07 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2017-06-12 15:17:51 -0700 |
commit | c98ebf1bfb29a8203b5090412afeb333384213cd (patch) | |
tree | 32fb696413704298a034e90c7139e64aa022dd12 /src/wallet | |
parent | f18bb49547095020a30e81b648075bc7e707515c (diff) | |
parent | 4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9 (diff) |
Merge #10568: Remove unnecessary forward class declarations in header files
4087d9ea7 Remove unnecessary forward class declarations in header files (practicalswift)
Tree-SHA512: 80a9b2cd339ba9c606c0dd93739ac80941b6050388fee2edd7976ae8b5e332fd0b4f1df1e89c1d6d28a77c23a36b1e874e72977985fb8f710c65c45c3a926f97
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/crypter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/crypter.h b/src/wallet/crypter.h index 275e435f73..f1c4f57428 100644 --- a/src/wallet/crypter.h +++ b/src/wallet/crypter.h @@ -9,8 +9,6 @@ #include "serialize.h" #include "support/allocators/secure.h" -class uint256; - const unsigned int WALLET_CRYPTO_KEY_SIZE = 32; const unsigned int WALLET_CRYPTO_SALT_SIZE = 8; const unsigned int WALLET_CRYPTO_IV_SIZE = 16; |