diff options
| author | Pieter Wuille <[email protected]> | 2011-07-05 17:42:44 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2011-07-05 17:42:44 +0200 |
| commit | e9f61c8787af99c49678ba4bc182b24b8fdba0c4 (patch) | |
| tree | d6ba403f7589fac5fa685998891f74b9bed19295 /src/wallet.h | |
| parent | Merge pull request #379 from gavinandresen/nocommas (diff) | |
| download | discoin-e9f61c8787af99c49678ba4bc182b24b8fdba0c4.tar.xz discoin-e9f61c8787af99c49678ba4bc182b24b8fdba0c4.zip | |
Fix synchronization of default key
Diffstat (limited to 'src/wallet.h')
| -rw-r--r-- | src/wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h index bf7d8cc51..7d9db9726 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -176,6 +176,7 @@ public: bool GetTransaction(const uint256 &hashTx, CWalletTx& wtx); + bool SetDefaultKey(const std::vector<unsigned char> &vchPubKey); }; |