I’m trying to send 0 zts1qqqqqqqqqqqqqqqqtq587y
test transaction using the empty token standard as discussed here: Secret messages (PoC) - ╰ Funding | Staging - Forum.
Command I’m using
./znn-cli -u wss://my.hc1node.com:35998 send [ZTS_ADDRESS] 0 zts1qqqqqqqqqqqqqqqqtq587y "test"
However I get this error. Does this empty token standard still exist?
Unhandled exception:
Error! zts1qqqqqqqqqqqqqqqqtq587y does not exist
#0 getToken (package:znn_cli_dart/utils/formatUtils.dart:72)
<asynchronous suspension>
#1 _send (package:znn_cli_dart/general.dart:101)
<asynchronous suspension>
#2 generalFunctions (package:znn_cli_dart/general.dart:26)
<asynchronous suspension>
#3 handleCli (package:znn_cli_dart/utils/args.dart:133)
<asynchronous suspension>
#4 main (file:///Users/runner/work/znn_cli_dart/znn_cli_dart/znn-cli.dart:20)
<asynchronous suspension>