mirror of
https://github.com/corda/corda.git
synced 2024-12-30 01:39:04 +00:00
Minor: Add a TODO about RecordingMap to ServiceHub
This commit is contained in:
parent
2de44a516f
commit
804b8bdc6a
@ -6,7 +6,6 @@ import core.*
|
||||
import core.crypto.SecureHash
|
||||
import core.messaging.MessagingService
|
||||
import core.utilities.RecordingMap
|
||||
import java.io.InputStream
|
||||
import java.security.KeyPair
|
||||
import java.security.PrivateKey
|
||||
import java.security.PublicKey
|
||||
@ -180,7 +179,8 @@ interface ServiceHub {
|
||||
* Given a list of [SignedTransaction]s, writes them to the local storage for validated transactions and then
|
||||
* sends them to the wallet for further processing.
|
||||
*
|
||||
* TODO: Need to come up with a way for preventing transactions being written other than by this method
|
||||
* TODO: Need to come up with a way for preventing transactions being written other than by this method.
|
||||
* TODO: RecordingMap is test infrastructure. Refactor it away or find a way to ensure it's only used in tests.
|
||||
*
|
||||
* @param txs The transactions to record
|
||||
* @param skipRecordingMap This is used in unit testing and can be ignored most of the time.
|
||||
|
Loading…
Reference in New Issue
Block a user