diff src/makefile.unix @ 1583:df45e8721f53 draft

Key import and export Introduces two new RPC calls: * dumpprivkey: retrieve the private key corresponding to an address * importprivkey: add a private key to your wallet The private key format is analoguous to the address format. It is a 51-character base58-encoded string, that includes a version number and a checksum. Includes patch by mhanne: * add optional account parameter for importprivkey, if omitted use default
author Pieter Wuille <pieter.wuille@gmail.com>
date Wed, 13 Jul 2011 11:56:38 +0200 (2011-07-13)
parents d7f244465cd6
children 12cf0a8687a4
line wrap: on
line diff
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -119,6 +119,7 @@
     obj/net.o \
     obj/protocol.o \
     obj/bitcoinrpc.o \
+    obj/rpcdump.o \
     obj/script.o \
     obj/util.o \
     obj/wallet.o