When opening a dispute on a child order, it panic.
prueba@pop-os:~/musers$ mcli dispute -o 3db32eb8-569c-4d69-915d-f9803377dd7f
Sending Dispute command for order Some(3db32eb8-569c-4d69-915d-f9803377dd7f) to mostro pubId 00000018c1ae3147f9010b5d768ec2b121acf1a67f238be8e2bdd7c1f9eef705
SENDING DM with trade keys: "7c6858833c453e4088adb475fba41783c8c7dc933bdf127198a77b7daf87e22b"
hash en sign() en core: "5b05aec0c57ba12060eb815830a0c33573b8b88ee61a7a6539416fbf4f539657"
thread 'main' panicked at /home/prueba/mostro-cli/src/util.rs:217:77:
called `Result::unwrap()` on an `Err` value: Error("trailing characters", line: 1, column: 222)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
When the counterparty do a getdm, it also panic.
user@pop-os:~/musers$ mcli getdm
thread 'main' panicked at /home/user/mostro-cli/src/util.rs:217:77:
called `Result::unwrap()` on an `Err` value: Error("trailing characters", line: 1, column: 223)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
user@pop-os:~/musers
When opening a dispute on a child order, it panic.
When the counterparty do a getdm, it also panic.