neobytes/src/zmq
UdjinM6 5b1c4d8a11
Few (mostly trivial) cleanups and fixes (#1940)
* Drop nBudgetProposalEstablishingTime

* Refactor: replace `== COutPoint()` with `.IsNull()`

* Refactor: add `operator bool()` to CMasternodePing

* Refactor: actually use `operator bool()` for CPendingDsaRequest

* Refactor: fixing code style in TrafficGraphData

* Fix some comments and whitespaces

* Drop CGovernanceVote::GetTypeHash()

* Drop legacy X11 code

No longer used... if it ever was used at all.

* Move `<boost/foreach.hpp>` out of coins.h

* Simplify CMasternodeBlockPayees::GetRequiredPaymentsString()

Also less of boost::lexical_cast

* Drop CTxDSIn::nSentTimes

* Fix few warnings

* fix warning (timer)

* fix nit
2018-02-21 19:32:08 +03:00
..
zmqabstractnotifier.cpp Merge #903: Implement transaction lock zmq notifications 2016-07-15 08:38:33 +02:00
zmqabstractnotifier.h Merge #903: Implement transaction lock zmq notifications 2016-07-15 08:38:33 +02:00
zmqconfig.h Merge #7300: [trivial] Add missing copyright headers 2017-12-11 08:08:48 +01:00
zmqnotificationinterface.cpp Merge #9243: Clean up mapArgs and mapMultiArgs Usage 2018-01-18 07:31:23 +01:00
zmqnotificationinterface.h Use override keyword for overriden class member functions (#1644) 2018-02-15 10:29:15 +03:00
zmqpublishnotifier.cpp Few (mostly trivial) cleanups and fixes (#1940) 2018-02-21 19:32:08 +03:00
zmqpublishnotifier.h Use override keyword for overriden class member functions (#1644) 2018-02-15 10:29:15 +03:00