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
Right now new coins use the PosConsensusFactory by default but that uses the PosTransaction which will serialize the time stamp.
The time stamp is not needed on the trx, removing it will allow a coin to have the same serialization as Bitcoin and make it usable with other bitcoin tools
The text was updated successfully, but these errors were encountered:
Right now new coins use the
PosConsensusFactory
by default but that uses thePosTransaction
which will serialize the time stamp.The time stamp is not needed on the trx, removing it will allow a coin to have the same serialization as Bitcoin and make it usable with other bitcoin tools
The text was updated successfully, but these errors were encountered: