ZEPH support

This commit is contained in:
MoneroOcean
2023-06-24 21:49:42 +00:00
parent 1182f790c5
commit d1281ee79f

View File

@@ -201,6 +201,7 @@ namespace cryptonote
<< in.type().name() << ", expected " << typeid(txin_to_key).name() << in.type().name() << ", expected " << typeid(txin_to_key).name()
<< ", in transaction id=" << get_transaction_hash(tx)); << ", in transaction id=" << get_transaction_hash(tx));
} }
}
return true; return true;
} }
//--------------------------------------------------------------- //---------------------------------------------------------------