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
Allow debugging chaincodes that contain more than one smart contract. Specifically, allow determining which smart contract to invoke in the .fabric file (not only the method and the arguments).
The text was updated successfully, but these errors were encountered:
Thanks @ghareeb-falazi for the feedback. Will add this to the backlog for next release to add another parameter in the .fabric file where the Smart Contract name can be specified. Meanwhile, in the current version also, if you prepend the method name with "smartcontractname:", it should work.
Allow debugging chaincodes that contain more than one smart contract. Specifically, allow determining which smart contract to invoke in the
.fabric
file (not only the method and the arguments).The text was updated successfully, but these errors were encountered: