Skip to content

not working on test.bigchaindb.com #82

@dominic-healid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions