dash/src/primitives
Oleg Girko 3167b8b163
fix(build): Fix incorrect type conversion (#5037)
It's incorrect to convert between different enum classes using
initialisation.
However, it's OK to convert between different enum classes using the
same underlying type using static_cast.

Signed-off-by: Oleg Girko <ol@infoserver.lv>

Signed-off-by: Oleg Girko <ol@infoserver.lv>
Co-authored-by: Oleg Girko <ol@infoserver.lv>
2022-10-10 01:25:09 +03:00
..
block.cpp Compressed headers implementation. (#4497) 2022-03-11 22:39:12 +03:00
block.h fix(build): Fix incorrect type conversion (#5037) 2022-10-10 01:25:09 +03:00
transaction.cpp Merge #13558: Drop unused GetType() from CSizeComputer 2022-05-30 01:11:03 -04:00
transaction.h add ehf special tx (#4577) 2021-12-11 23:00:27 +03:00