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
psbt: add support for caching when generating signature hashes/signing
Having the cache as part of the PSBT is not ideal, but it allows us to
support caching without having to modify a bunch of psbt calls in an
incompatible fashion.
Also includes a drive-by fix to add genesis_blockhash to the tests
ctypes wrapper, as it was missed previously.
0 commit comments