diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2009-10-29 02:52:48 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2009-10-29 02:52:48 +0000 |
commit | cc0b4c3b62367a2aebe5fc1f4d0ed4b97e9c2ac9 (patch) | |
tree | 08535edfd634944708c936fd596f3719ccf191d8 /key.h | |
parent | 6ccefea62ae5644c9b318234c6a8a6c077d00922 (diff) |
addr relaying fixes, proxy option and privacy patches, detect connect to self, non-final tx locktime changes, fix hide unconfirmed generated
Diffstat (limited to 'key.h')
-rw-r--r-- | key.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ public: };
-// secure_allocator is defined is serialize.h
+// secure_allocator is defined in serialize.h
typedef vector<unsigned char, secure_allocator<unsigned char> > CPrivKey;
|