Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: clean up unwraps in wallet_ffi
Remove unwrap() in functions of wallet_ffi, code is considered best-effort to try prevent a panic since the nature of handling invalid pointers or invalidly converted pointers passed in results in undefined behaviour. Modified function signature of log_debug_message() to take into account an error occurring. Fixed potential panic when unwrapping parse() for MultiAddr. Fixed missing documentation for init_logging() cargo-fmt
- Loading branch information