commit ea29d9009d897496d65f1155687f120ec16bda71 parent fb878e1045a0a8f33213851c1778f5faa9ceff8b Author: ThomasV <thomasv@gitorious> Date: Mon, 28 Jul 2014 08:27:21 +0200 wallet.can_sign Diffstat:
M | lib/wallet.py | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/wallet.py b/lib/wallet.py @@ -987,6 +987,8 @@ class Abstract_Wallet(object): age = tx_age return age > age_limit + def can_sign(self, tx): + pass class Imported_Wallet(Abstract_Wallet):