UnauthorizedOperation was returned by issue, transfer, status_change and their vc counter parts.
hence the lots of assert statements since it also requires creating the issue before operating on it like transfer and status_change.
The change to DID_01 is needed since the SubjectID's are compared to throw out UnauthorizedOperation else since they had the same SubjectIDs before it wouldn't work. Similar need for ACCOUNT_01.
Fixes: #368
UnauthorizedOperation
was returned by issue, transfer, status_change and their vc counter parts.hence the lots of assert statements since it also requires creating the issue before operating on it like transfer and status_change.
The change to
DID_01
is needed since the SubjectID's are compared to throw outUnauthorizedOperation
else since they had the same SubjectIDs before it wouldn't work. Similar need forACCOUNT_01
.