MASQ combines the benefits of VPN and Tor technology to create a superior next-generation privacy software, where users are rewarded for supporting an uncensored global web. Users gain privacy and anonymity online, while helping promote Internet Freedom.
Currently we are zipping responses, hashes_and_paid_amounts & accounts based on order then matching the response for a successful or failed transaction.
The hashes in the responses should be matched against the hashes_and_paid_amounts.
To make things easier we should zip hashes_and_paid_amounts with accounts and pass this new vector as a new argument into the merged_output_data function.
Currently we are zipping
responses
,hashes_and_paid_amounts
&accounts
based on order then matching the response for a successful or failed transaction.The hashes in the responses should be matched against the hashes_and_paid_amounts. To make things easier we should zip
hashes_and_paid_amounts
withaccounts
and pass this new vector as a new argument into themerged_output_data
function.