mirror of
https://github.com/corda/corda.git
synced 2025-03-21 19:45:21 +00:00
Fix whitespace
This commit is contained in:
parent
3f43d8ad21
commit
bad31658fb
@ -49,7 +49,7 @@ interface NodeConfiguration : NodeSSLConfiguration {
|
|||||||
val detectPublicIp: Boolean get() = true
|
val detectPublicIp: Boolean get() = true
|
||||||
}
|
}
|
||||||
|
|
||||||
fun NodeConfiguration.shouldCheckCheckpoints(): Boolean{
|
fun NodeConfiguration.shouldCheckCheckpoints(): Boolean {
|
||||||
return this.devMode && this.devModeOptions?.disableCheckpointChecker != true
|
return this.devMode && this.devModeOptions?.disableCheckpointChecker != true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user