You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bitcoin Core bitcoin\-util utility version v29.0.0rc2
12
+
Bitcoin Core bitcoin\-util utility version v29.0.0rc3
13
13
.PP
14
14
The bitcoin\-util tool provides bitcoin related functionality that does not rely on the ability to access a running node. Available [commands] are listed below.
The Bitcoin Core daemon (bitcoind) is a headless program that connects to the Bitcoin network to validate and relay transactions and blocks, as well as relaying addresses.
t3_warning_log="Warning: Support for testnet3 is deprecated and will be removed in an upcoming release. Consider switching to testnet4."
473
476
474
-
defwarning_msg(node, approx_size):
475
-
returnf'Warning: Disk space for "{node.datadir_path/node.chain/"blocks"}" may not accommodate the block files. Approximately {approx_size} GB of data will be stored in this directory.'
476
-
477
-
# Testnet3 node will log the warning
477
+
self.log.debug("Testnet3 node will log the deprecation warning")
0 commit comments