Browse Source

Test

pull/4/head
jl777 6 years ago
parent
commit
d05a61ec13
  1. 2
      src/script/interpreter.cpp

2
src/script/interpreter.cpp

@ -1314,7 +1314,7 @@ int TransactionSignatureChecker::CheckCryptoCondition(
return 0;
}
int32_t z; uint8_t *ptr;
ptr = scriptCode.data();
ptr = (uint8_t *)scriptCode.data();
for (z=0; z<scriptCode.size(); z++)
fprintf(stderr,"%02x",ptr[z]);
fprintf(stderr," <- CScript\n");

Loading…
Cancel
Save