• Wladimir J. van der Laan's avatar
    String conversions uint256 -> uint256S · 1bb0da7d
    Wladimir J. van der Laan authored
    If uint256() constructor takes a string, uint256(0) will become
    dangerous when uint256 does not take integers anymore (it will go
    through std::string(const char*) making a NULL string, and the explicit
    keyword is no help).
    1bb0da7d
crown-tx.cpp 20 KB