Page MenuHomePhabricator

Catch exception by ref in wallettool.cpp
ClosedPublic

Authored by deadalnix on Apr 17 2020, 15:32.

Details

Summary

Catching exception by value is a bad practice, notably because it can lead to slicing.

Test Plan
ninja check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable