ymgve / bitcoin_fork_claimer

Script for transferring/claiming your coins on various Bitcoin forks
204 stars 86 forks source link

Missing parameter in maketx_basicsig #3

Closed emanuelelaface closed 6 years ago

emanuelelaface commented 6 years ago

line 426 reads:

return self.maketx_segwitsig(sourcetx, sourceidx, sourceh160, sourcesatoshis, sourceprivkey, pubkey, compressed, outscript, fee, keytype)

while it should be

return self.maketx_segwitsig(sourcetx, sourceidx, sourceh160, signscript, sourcesatoshis, sourceprivkey, pubkey, compressed, outscript, fee, keytype)

ymgve commented 6 years ago

Whoops! Sorry! Fixed.