Chia 2.1.3 wallet send throws Exception

I haven’t used chia for a long time.
Just installed 2.1.3 on windows and trying to send my XCH out
Is it normal that the CLI will throw an Exception when I try to send out too many XCH?
After that the chia.exe process just hangs and nothing else will work until the zombie processes are killed.
Feels like this is a bug.


Submitting transaction…
Exception from ‘wallet’ {‘error’: “Can’t send more than 81725308229283 mojos in a single transaction, got 242011000000000”, ‘success’: False, ‘traceback’: ‘Traceback (most recent call last):\n File “chia\rpc\util.py”, line 21, in inner\n File “chia\rpc\util.py”, line 82, in rpc_endpoint\n File “chia\rpc\wallet_rpc_api.py”, line 1112, in send_transaction\n File “chia\wallet\wallet.py”, line 450, in generate_signed_transaction\n File “chia\wallet\wallet.py”, line 299, in _generate_unsigned_transaction\nValueError: Can't send more than 81725308229283 mojos in a single transaction, got 242011000000000\n’}:
Traceback (most recent call last):
File “chia\cmds\cmds_util.py”, line 119, in get_any_service_client
File “chia\cmds\cmds_util.py”, line 235, in get_wallet_client
File “chia\cmds\wallet_funcs.py”, line 304, in send
File “chia\rpc\wallet_rpc_client.py”, line 218, in send_transaction
File “chia\rpc\rpc_client.py”, line 87, in fetch
ValueError: {‘error’: “Can’t send more than 81725308229283 mojos in a single transaction, got 242011000000000”, ‘success’: False, ‘traceback’: ‘Traceback (most recent call last):\n File “chia\rpc\util.py”, line 21, in inner\n File “chia\rpc\util.py”, line 82, in rpc_endpoint\n File “chia\rpc\wallet_rpc_api.py”, line 1112, in send_transaction\n File “chia\wallet\wallet.py”, line 450, in generate_signed_transaction\n File “chia\wallet\wallet.py”, line 299, in _generate_unsigned_transaction\nValueError: Can't send more than 81725308229283 mojos in a single transaction, got 242011000000000\n’}