Skip to content
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

Problem with examples #66

Open
adonnini opened this issue Feb 21, 2018 · 0 comments
Open

Problem with examples #66

adonnini opened this issue Feb 21, 2018 · 0 comments

Comments

@adonnini
Copy link

Hi,

If I am not mistaken, the code in the examples, e.g.

Transaction transaction = BigchainDbTransactionBuilder.init()
.addAsset("firstname", "John")
.addAsset("lastname", "Smith")
.addMetaData("what", "My first BigchainDB transaction")
.addMetaData("this", "My 1st metadata BigchainDB transaction")
.operation(Operations.CREATE)
.buildOnly((EdDSAPublicKey) keyPair.getPublic(), (EdDSAPrivateKey) keyPair.getPrivate());

does not work any longer as BigchainDbTransactionBuilder does not have an addAsset method any longer.

I also think that the information in test.properties needs to be updated.

Could you please provide update examples and updated test.properties?

Thanks,

Alex Donnini

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant