Files
xahaud/src/test/basics
seelabs 761bb5744e Make XRPAmount constructor explicit:
Remove the implicit conversion from int64 to XRPAmount. The motivation for this
was noticing that many calls to `to_string` with an integer parameter type were
calling the wrong `to_string` function. Since the calls were not prefixed with
`std::`, and there is no ADL to call `std::to_string`, this was converting the
int to an `XRPAmount` and calling `to_string(XRPAmount)`.

Since `to_string(XRPAmount)` did the same thing as `to_string(int)` this error
went undetected.
2020-01-08 16:10:25 -08:00
..
2019-06-13 20:37:29 -07:00
2019-08-23 08:47:42 -07:00
2018-06-01 13:29:52 -04:00
2019-08-23 08:47:42 -07:00
2018-06-01 13:29:52 -04:00