Compare commits
No commits in common. "a06fd0817240374bbdee72dcb3bb6d909c9c0c4c" and "f375467feee3b6a04a2ebb4ec1750ae9c197fe16" have entirely different histories.
a06fd08172
...
f375467fee
2 changed files with 1 additions and 7 deletions
|
@ -5,12 +5,6 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [0.5.3.0]
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Parsing of `TxIn` for FFI
|
|
||||||
|
|
||||||
## [0.5.2.0]
|
## [0.5.2.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -160,7 +160,7 @@ fromRawTxIn t = H.TxIn op (rti_script t) (rti_seq t)
|
||||||
then H.nullOutPoint
|
then H.nullOutPoint
|
||||||
else H.OutPoint
|
else H.OutPoint
|
||||||
((fromJust .
|
((fromJust .
|
||||||
H.hexToTxHash . toText . hexString . rop_hash . rti_outpoint)
|
H.hexToTxHash . E.decodeUtf8Lenient . rop_hash . rti_outpoint)
|
||||||
t)
|
t)
|
||||||
(rop_n $ rti_outpoint t)
|
(rop_n $ rti_outpoint t)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue