mirror of
https://github.com/corda/corda.git
synced 2025-01-16 01:40:17 +00:00
Resolve conflict after merge from master.
This commit is contained in:
parent
4bff002b41
commit
00a7172e4b
@ -63,16 +63,6 @@ class NodeSchemaService(extraSchemas: Set<MappedSchema> = emptySet(), includeNot
|
|||||||
override val migrationResource = "node-notary.changelog-master"
|
override val migrationResource = "node-notary.changelog-master"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Entities used by a Notary
|
|
||||||
object NodeNotary
|
|
||||||
|
|
||||||
object NodeNotaryV1 : MappedSchema(schemaFamily = NodeNotary.javaClass, version = 1,
|
|
||||||
mappedTypes = listOf(PersistentUniquenessProvider.PersistentUniqueness::class.java,
|
|
||||||
PersistentUniquenessProvider.PersistentNotaryCommit::class.java,
|
|
||||||
RaftUniquenessProvider.RaftState::class.java,
|
|
||||||
BFTNonValidatingNotaryService.PersistedCommittedState::class.java
|
|
||||||
))
|
|
||||||
|
|
||||||
// Required schemas are those used by internal Corda services
|
// Required schemas are those used by internal Corda services
|
||||||
private val requiredSchemas: Map<MappedSchema, SchemaService.SchemaOptions> =
|
private val requiredSchemas: Map<MappedSchema, SchemaService.SchemaOptions> =
|
||||||
mapOf(Pair(CommonSchemaV1, SchemaOptions()),
|
mapOf(Pair(CommonSchemaV1, SchemaOptions()),
|
||||||
|
Loading…
Reference in New Issue
Block a user