functionalfoundry / ethereum-htlc

HTLC for doing cross-chain atomic swaps
MIT License
7 stars 2 forks source link

Change hash function from sha256 to sha256d #1

Closed yanivtal closed 6 years ago

yanivtal commented 6 years ago

I was having some issues getting this to work, likely because of an encoding mismatch converting to bytes32. Still have to investigate this.

Jannis commented 6 years ago

Resolved by merging #5.