-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Labels
bugfixed-in-v0.6This issue has been resolved in the development version (available on the v0.6 branch)This issue has been resolved in the development version (available on the v0.6 branch)
Milestone
Description
System Information (if applicable)
BlockSci version: 0.5
Using AMI: no
Total memory: 32GB
auto a = getAddressFromString("3ChVP627KU5w4zu2rieFPF3wGXWQgmhvrs",chain->getAccess());
auto equivAddress = (*a).getEquivAddresses(false);
auto pointers = equivAddress.getOutputPointers() | ranges::to_vector;
std::cout << "Equiv Address: " << pointers.size() << " pointers" << std::endl;
----- Result --------
Equiv Address: 1 pointers
But according to blockchain.info address got 59 transactions
https://www.blockchain.com/btc/address/3ChVP627KU5w4zu2rieFPF3wGXWQgmhvrs
I suspect I miss something regarding the type of the address as my parser folder seems sain.
Can someone help me with that ?
Thanlks in advance,
Clément
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugfixed-in-v0.6This issue has been resolved in the development version (available on the v0.6 branch)This issue has been resolved in the development version (available on the v0.6 branch)