Avoid using % to format strings, switch to the new method instead.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGafa8e0234589: Update various scripts to use the new .format() method
rABCafa8e0234589: Update various scripts to use the new .format() method
./test/functional/test_runner.py wallet_listsinceblock ./test/util/bitcoin-util-test.py cd share ./qt/extract_strings_qt.py ../src/qt/splashscreen.cpp
Check that a file named qt/bitcoinstrings.cpp is outputted and its
content is correct.
./src/bitcoind -testnet -zmqpubrawtx=tcp://127.0.0.1:28332 -zmqpubrawblock=tcp://127.0.0.1:28332 -zmqpubhashtx=tcp://127.0.0.1:28332 -zmqpubhashblock=tcp://127.0.0.1:28332 & ./contrib/zmq/zmq_sub27.py
Should display a lot of data. Press CTRL+C when you get bored.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable