1
0

wallet.num_accounts and account_id method

This commit is contained in:
ThomasV
2013-08-16 13:26:48 +02:00
parent 177c43acbe
commit 70445da940
3 changed files with 16 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ class BasePlugin:
def __init__(self, gui, name):
self.gui = gui
self.wallet = self.gui.wallet
self.name = name
self.config = gui.config