aboutsummaryrefslogtreecommitdiff
path: root/src/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/key.h')
-rw-r--r--src/key.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/key.h b/src/key.h
index 785059da02..9cac716ec8 100644
--- a/src/key.h
+++ b/src/key.h
@@ -205,6 +205,8 @@ public:
bool initiating) const;
};
+CKey GenerateRandomKey(bool compressed = true) noexcept;
+
struct CExtKey {
unsigned char nDepth;
unsigned char vchFingerprint[4];