aboutsummaryrefslogtreecommitdiff
path: root/src/qt/addresstablemodel.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-09-02 18:02:22 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-09-02 18:02:22 +0200
commitc5aa1b139a983613b1d5acc8f57804a9c66d4ff1 (patch)
tree839d63707936363be7d30ad51e4c024448c97410 /src/qt/addresstablemodel.h
parent7a15d4ff67c9a6e3b6b5a63f82f76ffe1937c3b8 (diff)
downloadbitcoin-c5aa1b139a983613b1d5acc8f57804a9c66d4ff1.tar.xz
update to work with new lock system, add protocol.* to build system
Diffstat (limited to 'src/qt/addresstablemodel.h')
-rw-r--r--src/qt/addresstablemodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/addresstablemodel.h b/src/qt/addresstablemodel.h
index bc505c48f0..f4a8dad845 100644
--- a/src/qt/addresstablemodel.h
+++ b/src/qt/addresstablemodel.h
@@ -29,7 +29,8 @@ public:
OK,
INVALID_ADDRESS,
DUPLICATE_ADDRESS,
- WALLET_UNLOCK_FAILURE
+ WALLET_UNLOCK_FAILURE,
+ KEY_GENERATION_FAILURE
};
static const QString Send; /* Send addres */