mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
CORDA-770: Sync-up setting in "build.gradle" (#2012)
* CORDA-770: Sync-up setting in "build.gradle" * Innocent change to the Api which should make the API check pass
This commit is contained in:
parent
ad9d594fd3
commit
f99cae3205
@ -1176,8 +1176,8 @@ public final class net.corda.core.flows.ReceiveStateAndRefFlow extends net.corda
|
||||
@co.paralleluniverse.fibers.Suspendable @org.jetbrains.annotations.NotNull public List call()
|
||||
##
|
||||
public final class net.corda.core.flows.ReceiveTransactionFlow extends net.corda.core.flows.FlowLogic
|
||||
public <init>(net.corda.core.flows.FlowSession)
|
||||
public <init>(net.corda.core.flows.FlowSession, boolean)
|
||||
@kotlin.jvm.JvmOverloads public <init>(net.corda.core.flows.FlowSession)
|
||||
@kotlin.jvm.JvmOverloads public <init>(net.corda.core.flows.FlowSession, boolean)
|
||||
@co.paralleluniverse.fibers.Suspendable @org.jetbrains.annotations.NotNull public net.corda.core.transactions.SignedTransaction call()
|
||||
##
|
||||
public @interface net.corda.core.flows.SchedulableFlow
|
||||
|
@ -53,7 +53,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
|
||||
networkMap "O=Notary Service,L=Zurich,C=CH"
|
||||
node {
|
||||
name "O=Notary Service,L=Zurich,C=CH"
|
||||
advertisedServices = ["corda.notary.validating"]
|
||||
advertisedServices = ["corda.notary.simple"]
|
||||
p2pPort 10002
|
||||
rpcPort 10003
|
||||
cordapps = ["net.corda:finance:$corda_release_version"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user