Skip to content

not working on test.bigchaindb.com #82

Description

@dominic-healid

I tried to execute this

Transaction transaction = BigchainDbTransactionBuilder.init()
.addAsset("firstname", "Dominic")
.addAsset("lastname", "Smith")
.operation(Operations.CREATE)
.buildAndSign((EdDSAPublicKey)keyPair.getPublic(), (EdDSAPrivateKey)keyPair.getPrivate())
.sendTransaction();
it worked fine I got the transaction id but when searching the asset or getting the transaction itself it couldn't find it, any thoughts why?

https://test.bigchaindb.com/api/v1/assets?search=Dominic

P.S it was working fine before

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions