トランザクションエラー:ValueNotConservedUTxO
問題: ValueNotConservedUTxO
$ cardano-cli shelley transaction submit \
> --tx-file tx001.signed \
> --testnet-magic 42
ApplyTxError [LedgerFailure (UtxowFailure (UtxoFailure
(FeeTooSmallUTxO (Coin 172409) (Coin 167965)))),LedgerFailure
(UtxowFailure (UtxoFailure (ValueNotConservedUTxO (Coin 1000000000)
(Coin 999999998))))]
診断:
保存されていない値:(Input UTXO ≠ Fee + Amount sent + Change)
解決方法: Input amounts = Output amounts を確認してください。