renamed wallet creation function

Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
anastasia prasolova 2022-07-05 19:19:27 +03:00 committed by Anastasia Prasolova
parent 34d282cf5a
commit d396118085

View file

@ -55,7 +55,7 @@ def get_file_hash(filename: str):
@keyword('Generate Wallet')
def generate_wallet():
return wallet.init_wallet_w_addr(ASSETS_DIR)
return wallet.init_wallet(ASSETS_DIR)
# TODO: should be deleted in the scope