This commit is contained in:
jl777
2016-12-09 15:11:56 +02:00
parent 8ae929129a
commit 0449e3f0a5

View File

@@ -296,7 +296,7 @@ uint64_t komodo_paxtotal()
{
if ( komodo_is_issuer() != 0 )
{
if ( pax->validated != 0 ) // but what to do with 'W' 'A' and 'X' variants?
if ( pax->validated != 0 && pax->type == 'D' )
{
total += pax->fiatoshis;
pax->ready = 1;