ethers / EthereumBitcoinSwap

Ethereum contract allowing ether to be obtained with Bitcoin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convert processTransaction tx to bytes

ethers opened this issue · comments

processTransaction currently uses a hex string: it can just use actual bytes instead. txHash will also be unneeded since it can be computed by hashing the tx bytes.

bytes are now used: ethereum/btcrelay@d156ce1

will handle txHash separately