Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetSpendsCoinbase
Method
GetSpendsCoinbase
src/kernel/mempool_entry.h:136–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
bool GetSpendsCoinbase() const { return spendsCoinbase; }
137
138
mutable size_t idx_randomized; //!< Index in mempool's txns_randomized
139
};
Callers
3
MaybeUpdateMempoolForReorg
Method · 0.80
rbf.cpp
File · 0.80
TryAddToMempool
Function · 0.80
Calls
no outgoing calls
Tested by
1
TryAddToMempool
Function · 0.64