Transaction needs to serialize as transfer-contract::Call::Execute
#31
Labels
area:wallet
Issues related to the wallet functionalities exposed by the node
fix:bug
Something isn't working
mark:testnet
Describe the bug
The
Transaction
type is currentlyCanon
but doesn't serialize in the same way. This blocks passing transactions through the state withCanonError::InvalidEncoding
.To Reproduce
Try and pass a transaction through a NetworkState::Execute.
Expected behaviour
Transactions are expected to pass through
NetworkState
without a problem.Logs/Screenshot
N/A
Platform
N/A
Additional context
The problem is likely to be in the
Option<Crossover>
.The text was updated successfully, but these errors were encountered: