python-bitcoin-blockchain-parser icon indicating copy to clipboard operation
python-bitcoin-blockchain-parser copied to clipboard

Support Testnet addresses when using get_block_transactions()

Open SergeiVasilenko opened this issue 7 years ago • 0 comments

After parse block from Testnet blockchain_parser.block.get_block_transactions() returns transactions with addresses started from "1", but for Testnet they should be started from "m" or "n". List of address prefixes

SergeiVasilenko avatar Dec 04 '18 15:12 SergeiVasilenko