AntelopeIO / abieos

Other
2 stars 12 forks source link

Remove vector explicit initialization. #20

Closed greg7mdp closed 1 year ago

greg7mdp commented 1 year ago

It is unnecessary (vector is initialized by default) and it doesn't build with clang-16/c++20 because recurse_transaction_trace is not defined yet.