diff --git a/src/cc/CCassetstx.cpp b/src/cc/CCassetstx.cpp index 204eba87a..db97ddded 100644 --- a/src/cc/CCassetstx.cpp +++ b/src/cc/CCassetstx.cpp @@ -72,6 +72,8 @@ UniValue AssetOrders(uint256 refassetid) //fprintf(stderr," refassetid\n"); continue; } + if ( vintx.vout[it->first.index].nValue == 0 ) + continue; UniValue item(UniValue::VOBJ); funcidstr[0] = funcid; funcidstr[1] = 0;