From 6ce7b144fa27258bd0666be535c71cd6bfac68bc Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Sep 2016 20:02:33 -0300 Subject: [PATCH] test --- iguana/iguana_interpreter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_interpreter.c b/iguana/iguana_interpreter.c index 73cfa7d20..a32e3f78d 100755 --- a/iguana/iguana_interpreter.c +++ b/iguana/iguana_interpreter.c @@ -1357,7 +1357,7 @@ int32_t bitcoin_assembler(struct iguana_info *coin,cJSON *logarray,uint8_t scrip printf("%02x",revrmd160[i]); } printf(" <- rev OP_HASH160\n"); - iguana_pushdata(stacks,0,revrmd160,sizeof(rmd160)); + iguana_pushdata(stacks,0,rmd160,sizeof(rmd160)); break; case IGUANA_OP_SHA256: vcalc_sha256(0,hash.bytes,databuf,datalen);