mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 15:27:57 +00:00
c3f95ef13f
Logic: - If sending a transaction, assign its timestamp to the current time. - If receiving a transaction outside a block, assign its timestamp to the current time. - If receiving a block with a future timestamp, assign all its (not already known) transactions' timestamps to the current time. - If receiving a block with a past timestamp, before the most recent known transaction (that we care about), assign all its (not already known) transactions' timestamps to the same timestamp as that most-recent-known transaction. - If receiving a block with a past timestamp, but after the most recent known transaction, assign all its (not already known) transactions' timestamps to the block time. |
||
---|---|---|
.. | ||
json | ||
obj | ||
obj-test | ||
qt | ||
test | ||
addrman.cpp | ||
addrman.h | ||
allocators.h | ||
base58.h | ||
bignum.h | ||
bitcoinrpc.cpp | ||
bitcoinrpc.h | ||
checkpoints.cpp | ||
checkpoints.h | ||
compat.h | ||
crypter.cpp | ||
crypter.h | ||
db.cpp | ||
db.h | ||
init.cpp | ||
init.h | ||
irc.cpp | ||
irc.h | ||
key.cpp | ||
key.h | ||
keystore.cpp | ||
keystore.h | ||
main.cpp | ||
main.h | ||
makefile.linux-mingw | ||
makefile.mingw | ||
makefile.osx | ||
makefile.unix | ||
mruset.h | ||
net.cpp | ||
net.h | ||
netbase.cpp | ||
netbase.h | ||
noui.cpp | ||
protocol.cpp | ||
protocol.h | ||
rpcblockchain.cpp | ||
rpcdump.cpp | ||
rpcmining.cpp | ||
rpcnet.cpp | ||
rpcrawtransaction.cpp | ||
rpcwallet.cpp | ||
script.cpp | ||
script.h | ||
serialize.h | ||
strlcpy.h | ||
sync.cpp | ||
sync.h | ||
ui_interface.h | ||
uint256.h | ||
util.cpp | ||
util.h | ||
version.cpp | ||
version.h | ||
wallet.cpp | ||
wallet.h | ||
walletdb.cpp | ||
walletdb.h |