mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Changes API for AcceptToMemoryPool to no longer check maximum fee; we remove this check from interfaces::CChain::testPeginClaimAcceptance. This is fine, the check never should have been there (this method's job is to notice double claim attempts and provide a more helpful message to the user; other mempool failures should be caught later in the `claimrawpegin` logic when we call `pwallet->commitTransaction` which actually subits to the mempool). It was only checking fees because the API made it easier to do so than to not. |
||
|---|---|---|
| .. | ||
| blockchain.cpp | ||
| blockchain.h | ||
| client.cpp | ||
| client.h | ||
| mining.cpp | ||
| mining.h | ||
| misc.cpp | ||
| net.cpp | ||
| protocol.h | ||
| rawtransaction.cpp | ||
| rawtransaction_util.cpp | ||
| rawtransaction_util.h | ||
| register.h | ||
| request.cpp | ||
| request.h | ||
| server.cpp | ||
| server.h | ||
| util.cpp | ||
| util.h | ||