Skip to content

Commit bf2f946

Browse files
committed
fix mypy error
1 parent 2906430 commit bf2f946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multiversx_sdk_cli/cli_shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def send_or_simulate(tx: Transaction, args: Any, dump_output: bool = True) -> CL
558558
outfile = args.outfile if hasattr(args, "outfile") else None
559559

560560
cli_config = config.MxpyConfig.from_active_config()
561-
hash = ""
561+
hash = b""
562562
try:
563563
if send_wait_result:
564564
_confirm_continuation_if_required(cli_config, tx)

0 commit comments

Comments
 (0)