Transactions

程式碼(函式)的哪一部分處理接收到的事務?

  • October 22, 2014

當收到交易時,我試圖了解功能(執行的操作及其順序)之間的控制流。

任何交易

main.cpp,AcceptToMemoryPool

bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransaction &tx, bool fLimitFree,
                       bool* pfMissingInputs, bool fRejectInsaneFee)

向您付款或從您付款的交易

wallet.cpp, CWallet::AddToWallet :

bool CWallet::AddToWallet(const CWalletTx& wtxIn, bool fFromLoadWallet)

引用自:https://bitcoin.stackexchange.com/questions/32018