mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
-BEGIN VERIFY SCRIPT-
s() { git grep -l "$1" src | xargs sed -i "s/$1/$2/g"; }
s 'BCLog::TOR, "tor: ' 'BCLog::TOR, "'
s 'BCLog::I2P, "I2P: ' 'BCLog::I2P, "'
s 'BCLog::NET, "net: ' 'BCLog::NET, "'
s 'BCLog::ZMQ, "zmq: ' 'BCLog::ZMQ, "'
s 'BCLog::PRUNE, "Prune: ' 'BCLog::PRUNE, "'
-END VERIFY SCRIPT-
|
||
|---|---|---|
| .. | ||
| zmqabstractnotifier.cpp | ||
| zmqabstractnotifier.h | ||
| zmqnotificationinterface.cpp | ||
| zmqnotificationinterface.h | ||
| zmqpublishnotifier.cpp | ||
| zmqpublishnotifier.h | ||
| zmqrpc.cpp | ||
| zmqrpc.h | ||
| zmqutil.cpp | ||
| zmqutil.h | ||