You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Transaction Java serialization to preserve the fee value. In group transactions, fees can be paid by a single party in the transaction, so it is important to be able to specify a 0 transaction fee for other parties.
Your environment
Java SDK v 1.14.0
Steps to reproduce
Set the Transaction fee to 0.
Serialize and deserialize the transaction.
Note that the transaction fee is 1000, rather than 0.
Expected behavior
The transaction fee should remain what was set.
Actual behavior
The transaction fee is reset to 1000 after serialization/deserialization, the set value is lost.
The text was updated successfully, but these errors were encountered:
Subject of the issue
Fix Transaction Java serialization to preserve the fee value. In group transactions, fees can be paid by a single party in the transaction, so it is important to be able to specify a 0 transaction fee for other parties.
Your environment
Java SDK v 1.14.0
Steps to reproduce
Expected behavior
The transaction fee should remain what was set.
Actual behavior
The transaction fee is reset to 1000 after serialization/deserialization, the set value is lost.
The text was updated successfully, but these errors were encountered: