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
Inner transaction must use the normalized format: the TransactionBody is stored in Transaction.body and the SignatureMap in Transaction.sigMap.
If we encounter an inner transaction that does not comply with the normalized format, the transaction must fail. Please add this check and fix all tests. The right place for this check is probably AtomicBatchHandler.pureChecks().
The text was updated successfully, but these errors were encountered:
Inner transaction must use the normalized format: the
TransactionBody
is stored inTransaction.body
and theSignatureMap
inTransaction.sigMap
.If we encounter an inner transaction that does not comply with the normalized format, the transaction must fail. Please add this check and fix all tests. The right place for this check is probably
AtomicBatchHandler.pureChecks()
.The text was updated successfully, but these errors were encountered: