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
When calling ValidateDDOCommand we always add our signature if the DDO is valid, no matter who is the published. In order to implement the concept of isolated markets, we need to change that.
When calling
ValidateDDOCommand
we always add our signature if the DDO is valid, no matter who is the published. In order to implement the concept of isolated markets, we need to change that.So, we will add our signature ONLY IF:
publisherAddress
nonce
andnonce
is valid for publisherAddresssignature
which is the signed message based on nonce by publisherAddressThe text was updated successfully, but these errors were encountered: