[#192] Fix param
This commit is contained in:
parent
25925c637b
commit
b323bcfd0a
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ class WalletFactoryProvider(GrpcCredentialsProvider):
|
|||
@reporter.step("Init gRPC Credentials using wallet generation")
|
||||
def provide(self, user: User, cluster_node: ClusterNode) -> WalletInfo:
|
||||
wallet_factory = WalletFactory(ASSETS_DIR, LocalShell())
|
||||
user.wallet = wallet_factory.create_wallet(file_name=user, password=DEFAULT_WALLET_PASS)
|
||||
user.wallet = wallet_factory.create_wallet(file_name=user.name, password=DEFAULT_WALLET_PASS)
|
||||
return user.wallet
|
||||
|
|
Loading…
Reference in a new issue