mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
This issue was discovered by fuzzing. Change the `unimplemented()!` panic macro to error handling that informs the user that using Literals and Functions in nested function calls is not yet supported. This should be a slightly more friendly developer experience. Changing this from a panic to an error allows us to continue with further fuzzing.