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
I'm pretty sure that other samples are affected as well. The cordapp-template-java already uses the fully qualified ID, but many samples don't. I wonder why this issue hasn't been found earlier... has it been introduced with a minor JDK update? I'm using AdoptOpenJDK 1.8.0_292.
The text was updated successfully, but these errors were encountered:
The contracts:test of the snakes'n'ladders sample fails with this error:
It can be resolved by changing the ID in the contract from
to
Actually you can even make it
final
.I'm pretty sure that other samples are affected as well. The cordapp-template-java already uses the fully qualified ID, but many samples don't. I wonder why this issue hasn't been found earlier... has it been introduced with a minor JDK update? I'm using AdoptOpenJDK 1.8.0_292.
The text was updated successfully, but these errors were encountered: