We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is crreated to log the issue reported by sakdeniz on discord.
When 2 transactions are sent within a short span, the 2nd one would fail.
2021-03-02 18:01:13 AcceptToMemoryPool: FAILED to add txn CTransaction(hash=65e6aaf45dc8796f3c166b79ceef424eb1d2d782e9d49cc77770aea832ba2470, nTime=1614708072, ver=3, vin.size=1, vout.size=2, nLockTime=22840), strDZeel=, vchTxSig= vchBalanceSig=) CTxIn(COutPoint(f5d67682f3, 0), scriptSig=483045022100f0b6a4a67c92, nSequence=4294967294) CTxOut(nValue=10.00000000, scriptPubKey=OP_DUP OP_HASH160 1f291d5f47f7a110d8a8bfdbcaf2400e872b43cf OP_EQUALVERIFY OP_CHECKSIG) CTxOut(nValue=979.99980000, scriptPubKey=OP_DUP OP_HASH160 835f9f89f941702a5cc02c0e931ef8264c79c9cf OP_EQUALVERIFY OP_CHECKSIG) to stempool (). 2021-03-02 18:01:13 CommitTransaction(): Error: Transaction not valid
The text was updated successfully, but these errors were encountered:
fixes navcoin#814
351f9f7
Successfully merging a pull request may close this issue.
This is crreated to log the issue reported by sakdeniz on discord.
When 2 transactions are sent within a short span, the 2nd one would fail.
2021-03-02 18:01:13 AcceptToMemoryPool: FAILED to add txn CTransaction(hash=65e6aaf45dc8796f3c166b79ceef424eb1d2d782e9d49cc77770aea832ba2470, nTime=1614708072, ver=3, vin.size=1, vout.size=2, nLockTime=22840), strDZeel=, vchTxSig= vchBalanceSig=)
CTxIn(COutPoint(f5d67682f3, 0), scriptSig=483045022100f0b6a4a67c92, nSequence=4294967294)
CTxOut(nValue=10.00000000, scriptPubKey=OP_DUP OP_HASH160 1f291d5f47f7a110d8a8bfdbcaf2400e872b43cf OP_EQUALVERIFY OP_CHECKSIG)
CTxOut(nValue=979.99980000, scriptPubKey=OP_DUP OP_HASH160 835f9f89f941702a5cc02c0e931ef8264c79c9cf OP_EQUALVERIFY OP_CHECKSIG)
to stempool ().
2021-03-02 18:01:13 CommitTransaction(): Error: Transaction not valid
The text was updated successfully, but these errors were encountered: