aboutsummaryrefslogtreecommitdiff
path: root/key.h
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-10-29 02:52:48 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-10-29 02:52:48 +0000
commitcc0b4c3b62367a2aebe5fc1f4d0ed4b97e9c2ac9 (patch)
tree08535edfd634944708c936fd596f3719ccf191d8 /key.h
parent6ccefea62ae5644c9b318234c6a8a6c077d00922 (diff)
downloadbitcoin-cc0b4c3b62367a2aebe5fc1f4d0ed4b97e9c2ac9.tar.xz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/key.h b/key.h
index 39ca86d317..71fce64a2a 100644
--- a/key.h
+++ b/key.h
@@ -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;