From a2606bad095396e836a48f4097e0abcdea314340 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 14 Jul 2011 03:31:45 +0200 Subject: Fix Build in GetReservedKey() in wallet.cpp --- src/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet.cpp') diff --git a/src/wallet.cpp b/src/wallet.cpp index 60a00e9208..2ee918fdab 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1325,7 +1325,7 @@ vector CReserveKey::GetReservedKey() else { printf("CReserveKey::GetReservedKey(): Warning: using default key instead of a new key, top up your keypool."); - vchPubKey = vchDefaultKey; + vchPubKey = pwallet->vchDefaultKey; } } assert(!vchPubKey.empty()); -- cgit v1.2.3