We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Verify that this line does what's expected
// this means there are no recipients in the payload (which we receive when we are a // participant) if (!buffer.hasRemaining()) {
https://github.com/ConsenSys/tessera/blob/095ab4fee41d13bb914b10b366ab8ecc6c6018da/enclave/enclave-api/src/main/java/com/quorum/tessera/enclave/PayloadEncoderImpl.java#L138
https://github.com/ConsenSys/tessera/blob/095ab4fee41d13bb914b10b366ab8ecc6c6018da/enclave/enclave-api/src/test/java/com/quorum/tessera/enclave/encoder/V2PayloadEncoder.java#L109
The text was updated successfully, but these errors were encountered:
removed todos and created issue see Consensys#1426
357fdfb
Signed-off-by: Sally MacFarlane <[email protected]>
No branches or pull requests
Verify that this line does what's expected
https://github.com/ConsenSys/tessera/blob/095ab4fee41d13bb914b10b366ab8ecc6c6018da/enclave/enclave-api/src/main/java/com/quorum/tessera/enclave/PayloadEncoderImpl.java#L138
https://github.com/ConsenSys/tessera/blob/095ab4fee41d13bb914b10b366ab8ecc6c6018da/enclave/enclave-api/src/test/java/com/quorum/tessera/enclave/encoder/V2PayloadEncoder.java#L109
The text was updated successfully, but these errors were encountered: