You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoind-ncurses2/macros.py

15 lines
498 B
Python

# Copyright (c) 2014-2017 esotericnonsense (Daniel Edgecumbe)
# Distributed under the MIT software license, see the accompanying
# file COPYING or https://opensource.org/licenses/mit-license.php
VERSION_STRING = "bitcoind-ncurses v0.3.1"
MODES = ["monitor", "peers", "wallet", "block", "transaction", "console", "net"]
DEFAULT_MODE = "monitor"
# TX_VERBOSE_MODE controls whether the prevouts for an input are fetched.
# TX_VERBOSE_MODE = True
TX_VERBOSE_MODE = False
MIN_WINDOW_SIZE = (10, 20)