Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ setTransactionFee
Method
setTransactionFee
src/qt/walletmodeltransaction.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void WalletModelTransaction::setTransactionFee(const CAmount& newFee)
37
{
38
fee = newFee;
39
}
40
41
void WalletModelTransaction::reassignAmounts(int nChangePosRet)
42
{
Callers
1
prepareTransaction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected