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
in the input parameters of the function, entropy_tx is a Transaction object and not a string. Use Transaction
if dry run, return test_txid at the beginning - then the more complex logic. This optimizes taking away the general stuff at the beginning and reading the more complex logic only if needed
broadcast the entropy tx to every node (for loop), and check that incoming data (i.e., the transaction id) is valid. One way is to check it against the locally computed txid
assert txid is not None, "Entropy not posted" --> this line now fails. Use error handling
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: