Near-One / near-plugins

Implementation of common patterns used for NEAR smart contracts.
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

docs: justify a usage of `std::panic!` #72

Closed mooori closed 1 year ago

mooori commented 1 year ago

At first glance, it may look like the block containing the std::panic! is injected into smart contracts. This PR adds a comment to explain what happens.