-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
What's this code trying to do?
if ($vinvout == 1)
$vinvout = 0;
else
$vinvout = 1;
$address = $transactionin['vout'][!$vinvout]['scriptPubKey']['addresses'][0];
return $address;
It results in the wrong vout being used for any vinvout > 1.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels