mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge f697c068eb into merged_master (Bitcoin PR bitcoin/bitcoin#25438)
This commit is contained in:
commit
1a34bdf273
3 changed files with 0 additions and 28 deletions
|
|
@ -237,7 +237,6 @@ public:
|
|||
|
||||
bool GetKey(COutPoint &key) const override;
|
||||
bool GetValue(Coin &coin) const override;
|
||||
unsigned int GetValueSize() const override;
|
||||
|
||||
bool Valid() const override;
|
||||
void Next() override;
|
||||
|
|
@ -283,11 +282,6 @@ bool CCoinsViewDBCursor::GetValue(Coin &coin) const
|
|||
return pcursor->GetValue(coin);
|
||||
}
|
||||
|
||||
unsigned int CCoinsViewDBCursor::GetValueSize() const
|
||||
{
|
||||
return pcursor->GetValueSize();
|
||||
}
|
||||
|
||||
bool CCoinsViewDBCursor::Valid() const
|
||||
{
|
||||
return keyTmp.first == DB_COIN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue