Commit Graph

3 Commits

Author SHA1 Message Date
tomFlowee 37a4e38e5d Handle token UTXOs specially.
Mostly they can not be spent as money, which is basically
what this code does.
2023-06-05 09:58:54 +02:00
tomFlowee 9f201a2627 Start using logging categories.
Instead of dumping everything in zero, use actually distinct categories
which allows logViewer to use them better.
2023-04-04 16:24:28 +02:00
tomFlowee 163e615613 Move sources into the src subdir
Slowly the amount of cpp sources has been growing to the point
where its just too much to store in the root of the project.
I think they are more happy in a subdir as well, getting an elevated
position for themselves.
2022-12-13 11:54:03 +01:00