MCPcopy 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
36void WalletModelTransaction::setTransactionFee(const CAmount& newFee)
37{
38 fee = newFee;
39}
40
41void WalletModelTransaction::reassignAmounts(int nChangePosRet)
42{

Callers 1

prepareTransactionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected