0

According to the docs there is no reference of check panicking in any situation, but I would like to know if there is any edge case where this method could panic rather than returning false.

alilloig
  • 456
  • 1
  • 4
  • 11

1 Answers1

1

AFAICS, there are currently two cases where check() may fail:

Please feel free to open an issue in the Cadence repository if you think this should be changed, and especially why. Thanks!

turbolent
  • 288
  • 1
  • 6