mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge 1430c4b989 into merged_master (Bitcoin PR bitcoin/bitcoin#28883)
This commit is contained in:
commit
3ee5c78bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ logging.basicConfig(
|
|||
|
||||
SIGNET_HEADER = b"\xec\xc7\xda\xa2"
|
||||
PSBT_SIGNET_BLOCK = b"\xfc\x06signetb" # proprietary PSBT global field holding the block being signed
|
||||
RE_MULTIMINER = re.compile("^(\d+)(-(\d+))?/(\d+)$")
|
||||
RE_MULTIMINER = re.compile(r"^(\d+)(-(\d+))?/(\d+)$")
|
||||
|
||||
def create_coinbase(height, value, spk):
|
||||
cb = CTransaction()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue