test
This commit is contained in:
@@ -296,7 +296,7 @@ uint64_t komodo_paxtotal()
|
|||||||
{
|
{
|
||||||
if ( komodo_is_issuer() != 0 )
|
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;
|
total += pax->fiatoshis;
|
||||||
pax->ready = 1;
|
pax->ready = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user