Claiming Rewards Error Cardano Node

Hello, i’ve build a transaction to collect the staking rewards and i get this error ,
someones knows what can be the error ? i follow guide of coincash so the parameters should be correct…
thanks

Command failed: transaction submit  Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (UtxoFailure (ValueNotConservedUTxO (Value 1020980898 (fromList [])) (Value 1542992957 (fromList []))))),UtxowFailure (WrappedShelleyEraFailure (UtxoFailure (BadInputsUTxO (fromList [TxIn (TxId {_unTxId = SafeHash "03e521c54c7840343abf846236c744ab5e3e0ce875643dd54fb5b2237ea631f5"}) 0,TxIn (TxId {_unTxId = SafeHash "26bd1f01423f78ddc1fb9818ea64a4ad3d511324b5a4dd49c451f6131d02d427"}) 5]))))])

It says “Value not conserved”, which means that your inputs do not match your outputs (plus fee).

Can have a number of reasons. Hard to debug without knowing your concrete steps.

Hi,

Try to follow the steps if u are using coincashew

Cheers,

In my case, i solve changing

–witness-count from 2 to 3

and tx in and out boths to 1

is it correct ?

Anyway everytime i need to submit transaction i do in this way and is working for me

Cannot be told without knowing the details. Witness count from 2 to 3 sounds wrong if you just sign with two keys – payment and stake. Maybe, there was another reason for a higher fee and the higher witness count only made that be met by chance. Or you updated a variable or a file that you by accident did not update in the last try and it’s just a coincidence that the changes to calculate-min-fee were in the same run.