wallet.can_sign

This commit is contained in:
ThomasV 2014-07-28 08:27:21 +02:00
parent fb878e1045
commit ea29d9009d
1 changed files with 2 additions and 0 deletions

View File

@ -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):