Create account

replied 1d
result = subprocess.run(
["memo-msg", tx, "".join(accumulated)], text=True, capture_output=True
)
print(result.stdout)