We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc35d3 commit b27f46eCopy full SHA for b27f46e
consensus/dbft/dbft.go
@@ -1211,7 +1211,7 @@ func (c *DBFT) newLocalPool(parent *types.Header) *legacypool.LegacyPool {
1211
return p
1212
}
1213
1214
-// ValidateDecryptedTx checks the validity of the transaction to determine whether the outer envelope transaction should be replaced.
+// validateDecryptedTx checks the validity of the transaction to determine whether the outer envelope transaction should be replaced.
1215
func (c *DBFT) validateDecryptedTx(head *types.Header, decryptedTx *types.Transaction, envelope *types.Transaction) error {
1216
// Make sure the transaction is signed properly and has the same sender and nonce with envelope
1217
if decryptedTx.Nonce() != envelope.Nonce() {
0 commit comments