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
Summary or problem description neo-project/neo#1902 added overload of IVerifiable.Sign that takes an explicit magic value. Transaction Manager needs to be updated to take an optional magic value parameter to its constructor (defaulting to Protocol.Default.Magic if not provided) that is in turn passed to Tx.Sign in TransactionManager.Sign[Async]
Should probably wait until after #335 is merged before doing this
Where in the software does this update applies to?
RPC
The text was updated successfully, but these errors were encountered:
Summary or problem description neo-project/neo#1902 added overload of IVerifiable.Sign that takes an explicit magic value. Transaction Manager needs to be updated to take an optional magic value parameter to its constructor (defaulting to Protocol.Default.Magic if not provided) that is in turn passed to Tx.Sign in TransactionManager.Sign[Async]
Should probably wait until after #335 is merged before doing this
Where in the software does this update applies to?
RPC
Summary or problem description
neo-project/neo#1902 added overload of
IVerifiable.Sign
that takes an explicit magic value. Transaction Manager needs to be updated to take an optional magic value parameter to its constructor (defaulting to Protocol.Default.Magic if not provided) that is in turn passed toTx.Sign
inTransactionManager.Sign[Async]
Should probably wait until after #335 is merged before doing this
Where in the software does this update applies to?
RPC
The text was updated successfully, but these errors were encountered: