Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ OutputIsChange
Function
OutputIsChange
src/wallet/receive.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
bool OutputIsChange(const CWallet& wallet, const CTxOut& txout)
75
{
76
return ScriptIsChange(wallet, txout.scriptPubKey);
77
}
78
79
CAmount OutputGetChange(const CWallet& wallet, const CTxOut& txout)
80
{
Callers
7
CreateRateBumpTransaction
Function · 0.85
spend.cpp
File · 0.85
OutputGetChange
Function · 0.85
CachedTxGetAmounts
Function · 0.85
GetAddressGroupings
Function · 0.85
MakeWalletTx
Function · 0.85
gettransaction
Function · 0.85
Calls
1
ScriptIsChange
Function · 0.85
Tested by
no test coverage detected