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
However, there is an error regarding ScriptBuilder when get to:
script_pubkey = ScriptBuilder.identify('76a914905f77004d081f20dd421ba5288766d56724c3b288ac')
The error is ScriptBuidler is not defined.
In fact many of the samples you have on the readme do not work when someone goes through it with regards to transaction creation. Another issue is using from btcpy.structs.script import StackData, empty_script. Error is cannot import name 'empty_script.'
Does someone take the time to go through the steps of what is shown on the readme file?
The text was updated successfully, but these errors were encountered:
In the samples on your readme for transaction creation you have the following:
However, there is an error regarding ScriptBuilder when get to:
script_pubkey = ScriptBuilder.identify('76a914905f77004d081f20dd421ba5288766d56724c3b288ac')
The error is ScriptBuidler is not defined.
In fact many of the samples you have on the readme do not work when someone goes through it with regards to transaction creation. Another issue is using from btcpy.structs.script import StackData, empty_script. Error is cannot import name 'empty_script.'
Does someone take the time to go through the steps of what is shown on the readme file?
The text was updated successfully, but these errors were encountered: