oops
This commit is contained in:
@@ -334,7 +334,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
|
|||||||
// ignore first and last TX and any TX that does not have 3 vouts.
|
// ignore first and last TX and any TX that does not have 3 vouts.
|
||||||
if ( (i == 0) || (i == (block.vtx.size() -1)) || (tx.vout.size() != 3) )
|
if ( (i == 0) || (i == (block.vtx.size() -1)) || (tx.vout.size() != 3) )
|
||||||
{
|
{
|
||||||
fprintf(stderr, "skipped tx number: %d\n,i";
|
fprintf(stderr, "skipped tx number: %d\n,i)";
|
||||||
} else {
|
} else {
|
||||||
std::string opretstr = HexStr(tx.vout[2].scriptPubKey.begin(), tx.vout[2].scriptPubKey.end());
|
std::string opretstr = HexStr(tx.vout[2].scriptPubKey.begin(), tx.vout[2].scriptPubKey.end());
|
||||||
if ( opretstr.size() > 81 ) {
|
if ( opretstr.size() > 81 ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user