This removes the non consensus-critical solver.h
header from the kernel headers by stripping out the TxoutType
enum (needed by policy.h
) into its own header.
It’s only a small gain but it’s also pretty straightforward. Figured i’d PR it directly to gather whether people think that’s worth it.