-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORE-17972 send & receive transaction #1325
CORE-17972 send & receive transaction #1325
Conversation
Scanning for breaking API changes introduced by this PR Scan Failed: https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1325/7/ If the breaking changes are intentional, run |
Non-blocking downstream job failed for corda-non-functional-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1325/7/ has failed for PR 1325 build 7 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-non-functional-test |
Non-blocking downstream job failed for corda-e2e-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1325/7/ has failed for PR 1325 build 7 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-e2e-tests |
Jenkins build for PR 1325 build 7 Build Successful: |
ledger/ledger-utxo/src/main/java/net/corda/v5/ledger/utxo/UtxoLedgerService.java
Outdated
Show resolved
Hide resolved
/** | ||
* Receives transaction from counterparty. | ||
* | ||
* @param session The counterparty who are connected to {@link FlowSession}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Write this similar to the finalize
docs to make it clearer, same for sendTransaction
.
36e3a25
to
3b74b01
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Added APIs to
UtxoLedgerService
and they are: