upstream: is_coinbase() for prefix
This commit is contained in:
@@ -176,7 +176,7 @@ namespace cryptonote {
|
||||
return tools::base58::encode_addr(integrated_address_prefix, t_serializable_object_to_blob(iadr));
|
||||
}
|
||||
//-----------------------------------------------------------------------
|
||||
bool is_coinbase(const transaction& tx)
|
||||
bool is_coinbase(const transaction_prefix& tx)
|
||||
{
|
||||
if(tx.vin.size() != 1)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user