Commit Graph

4 Commits

Author SHA1 Message Date
tomFlowee defd3950f0 Remove CAmount typedef
The CAmount name is not helpful as its just an int64_t and not a
class, like the name implies. There were a handful of places where
it was passed in as const-ref, as a good example of this actually
creating sub-par code.
2021-01-20 19:59:35 +01:00
tomFlowee a92f896083 Make enable-wallet build work with boost v75
Same compile fixes as before, now also for builds that compile the
test wallet.
2020-12-16 21:09:58 +01:00
DesWurstes fffc707c74 Remove unneeded void
https://github.com/bitcoin/bitcoin/pull/13774/files
2018-08-10 19:16:35 +03:00
TomZ 960b21b0e8 Start hub-qt application 2018-02-14 13:49:53 +01:00