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
EDIT: maybe it could be extracted from the contractId, that now contains the assetId as well
EDIT2: I confirm that the assetId can be extracted from the contractId
Bug Report
Describe the Bug
When a new transfer is requested, the
assetId
set in theDataRequest
is null, because that information is not set in theTransferRequestMessage
.See
TransferProcessProtocolServiceImpl
Expected Behavior
The
TransferProcessProtocolServiceImpl.requestedAction
should get the agreement from thecontractId
and extract theassetId
from there.The text was updated successfully, but these errors were encountered: