1
0

Qt tx dialog: allow setting custom locktime

closes #2405
closes #1685
This commit is contained in:
SomberNight
2020-03-01 09:14:50 +01:00
parent d8180c678b
commit 6f2cd8b4f5
4 changed files with 211 additions and 8 deletions

View File

@@ -44,6 +44,10 @@ COINBASE_MATURITY = 100
COIN = 100000000
TOTAL_COIN_SUPPLY_LIMIT_IN_BTC = 21000000
NLOCKTIME_MIN = 0
NLOCKTIME_BLOCKHEIGHT_MAX = 500_000_000 - 1
NLOCKTIME_MAX = 2 ** 32 - 1
# supported types of transaction outputs
# TODO kill these with fire
TYPE_ADDRESS = 0