Page MenuHomePhabricator

Make CTxIn and CTxOut constructors defined inline
ClosedPublic

Authored by deadalnix on May 9 2018, 14:14.

Details

Summary

They aresimple ctors that pass data back and forth, so no point in preventing the compiler to optimize them away.

Test Plan
make check

Diff Detail

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