Skip to content
Snippets Groups Projects
Commit 62326961 authored by inso's avatar inso
Browse files

Fix stopline hash

parent 744c66c6
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ from sakia.helpers import attrs_tuple_of_str ...@@ -7,7 +7,7 @@ from sakia.helpers import attrs_tuple_of_str
import math import math
STOPLINE_HASH = hashlib.sha256("Stopline").hexdigest() STOPLINE_HASH = hashlib.sha256("STOPLINE".encode("UTF-8")).hexdigest()
def parse_transaction_doc(tx_doc, pubkey, block_number, mediantime, txid): def parse_transaction_doc(tx_doc, pubkey, block_number, mediantime, txid):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment