mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Remove print() from core functions
Break dependency on util.
This commit is contained in:
@@ -47,7 +47,6 @@ public:
|
||||
}
|
||||
|
||||
std::string ToString() const;
|
||||
void print() const;
|
||||
};
|
||||
|
||||
/** An inpoint - a combination of a transaction and an index n into its vin */
|
||||
@@ -107,7 +106,6 @@ public:
|
||||
}
|
||||
|
||||
std::string ToString() const;
|
||||
void print() const;
|
||||
};
|
||||
|
||||
|
||||
@@ -200,7 +198,6 @@ public:
|
||||
}
|
||||
|
||||
std::string ToString() const;
|
||||
void print() const;
|
||||
};
|
||||
|
||||
|
||||
@@ -279,7 +276,6 @@ public:
|
||||
}
|
||||
|
||||
std::string ToString() const;
|
||||
void print() const;
|
||||
};
|
||||
|
||||
/** A mutable version of CTransaction. */
|
||||
@@ -497,7 +493,7 @@ public:
|
||||
|
||||
std::vector<uint256> GetMerkleBranch(int nIndex) const;
|
||||
static uint256 CheckMerkleBranch(uint256 hash, const std::vector<uint256>& vMerkleBranch, int nIndex);
|
||||
void print() const;
|
||||
std::string ToString() const;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user