mirror of
https://github.com/corda/corda.git
synced 2025-02-07 19:40:25 +00:00
Merging forward updates from release/os/4.11 to release/os/4.12 - 2023-10-19
This commit is contained in:
commit
f296a82642
@ -36,7 +36,7 @@ data class LedgerRecoveryParameters(
|
|||||||
val useAllNetworkNodes: Boolean = false,
|
val useAllNetworkNodes: Boolean = false,
|
||||||
val dryRun: Boolean = false,
|
val dryRun: Boolean = false,
|
||||||
val useTimeWindowNarrowing: Boolean = true,
|
val useTimeWindowNarrowing: Boolean = true,
|
||||||
val verboseLogging: Boolean = true,
|
val verboseLogging: Boolean = false,
|
||||||
val recoveryBatchSize: Int = 1000
|
val recoveryBatchSize: Int = 1000
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -94,6 +94,10 @@ data class ReceiverDistributionRecord(
|
|||||||
) : DistributionRecord() {
|
) : DistributionRecord() {
|
||||||
override val id: SecureHash
|
override val id: SecureHash
|
||||||
get() = this.txId
|
get() = this.txId
|
||||||
|
|
||||||
|
override fun toString(): String {
|
||||||
|
return "txId: $txId, peerPartyId: $peerPartyId, timestamp: $timestamp, timestampDiscriminator: $timestampDiscriminator, receiverStatesToRecord: $receiverStatesToRecord"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@CordaSerializable
|
@CordaSerializable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user