Closed Technifocal closed 5 years ago
In README-API.md it states that mixsTarget is optional for /tx0:
README-API.md
mixsTarget
/tx0
mixsTarget (optional): override utxo's mixsTarget
Unfortunately this throws an error:
java.lang.NullPointerException: null at com.samourai.whirlpool.cli.api.controllers.utxo.UtxoController.tx0(UtxoController.java:77) ~[classes!/:na] [...stack trace...]
NullPointerException is thrown here
Sending mixsTarget allows the UTXO to be tx0'd as normal.
thanks for the report, it will be optional in next release
fixed in CLI 0.9.0
In
README-API.md
it states thatmixsTarget
is optional for/tx0
:mixsTarget (optional): override utxo's mixsTarget
Unfortunately this throws an error:
NullPointerException is thrown here
Sending
mixsTarget
allows the UTXO to be tx0'd as normal.