docs: update docs links to v0.47 (#14572)
This commit is contained in:
+6
-6
@@ -25,12 +25,12 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
runTxModeCheck runTxMode = iota // Check a transaction
|
||||
runTxModeReCheck // Recheck a (pending) transaction after a commit
|
||||
runTxModeSimulate // Simulate a transaction
|
||||
runTxModeDeliver // Deliver a transaction
|
||||
runTxPrepareProposal
|
||||
runTxProcessProposal
|
||||
runTxModeCheck runTxMode = iota // Check a transaction
|
||||
runTxModeReCheck // Recheck a (pending) transaction after a commit
|
||||
runTxModeSimulate // Simulate a transaction
|
||||
runTxModeDeliver // Deliver a transaction
|
||||
runTxPrepareProposal // Prepare a TM block proposal
|
||||
runTxProcessProposal // Process a TM block proposal
|
||||
)
|
||||
|
||||
var _ abci.Application = (*BaseApp)(nil)
|
||||
|
||||
Reference in New Issue
Block a user