From 6bd81e0b2e63cf2ba4b6019fcb3402c342dc083b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 2 Sep 2018 04:15:24 -1100 Subject: [PATCH] Test --- src/cc/oracles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/oracles.cpp b/src/cc/oracles.cpp index 67c502665..1d2815e59 100644 --- a/src/cc/oracles.cpp +++ b/src/cc/oracles.cpp @@ -275,7 +275,7 @@ int64_t OracleDatafee(uint256 oracletxid,CPubKey pk) buf33[0] = 0x02; endiancpy(&buf33[1],(uint8_t *)&oracletxid,32); markerpubkey = buf2pk(buf33); - Getscriptaddress(markeraddr,CScript() << markerpubkey << OP_CHECKSIG); + Getscriptaddress(markeraddr,CScript() << ParseHex(HexStr(markerpubkey)) << OP_CHECKSIG); } }