This commit is contained in:
jl777
2017-03-21 09:46:07 +02:00
parent 0a2584e6af
commit eb706ef8f5

View File

@@ -1102,7 +1102,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
} //
if ( didstats != 0 )
pax->didstats = 1;
if ( 0 && (pax2= komodo_paxfind(txid,vout,'I')) != 0 )
if ( (pax2= komodo_paxfind(txid,vout,'I')) != 0 )
{
pax2->fiatoshis = pax->fiatoshis;
pax2->komodoshis = pax->komodoshis;