Add out point for sapling note data
This commit is contained in:
committed by
Simon
parent
3c868d2b03
commit
00ed92343d
@@ -149,6 +149,11 @@ std::string COutPoint::ToString() const
|
||||
return strprintf("COutPoint(%s, %u)", hash.ToString().substr(0,10), n);
|
||||
}
|
||||
|
||||
std::string SaplingOutPoint::ToString() const
|
||||
{
|
||||
return strprintf("SaplingOutPoint(%s, %u)", hash.ToString().substr(0, 10), n);
|
||||
}
|
||||
|
||||
CTxIn::CTxIn(COutPoint prevoutIn, CScript scriptSigIn, uint32_t nSequenceIn)
|
||||
{
|
||||
prevout = prevoutIn;
|
||||
|
||||
Reference in New Issue
Block a user