You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create Alice
Alice creates an asset
Alice transfers the Asset to Bob (succeed)
Bob wants to transfer the Asset to Rob --> Message:Invalid transaction (AssetIdMismatch): The asset id of the input does not match the asset id of the transaction Status:400
I think the reason for the failure is similar to what was described in bigchaindb/bigchaindb-driver#330, Specifically, the mistake may lie here
The assed_id here should be the ID when Alice first created the asset, not the transaction ID when Alice transferred it to Bob. The first transfer was successful because the asset ID happened to be the transaction ID when Alice created the asset.
The text was updated successfully, but these errors were encountered:
Description
I create Alice
Alice creates an asset
Alice transfers the Asset to Bob (succeed)
Bob wants to transfer the Asset to Rob --> Message:Invalid transaction (AssetIdMismatch): The asset id of the input does not match the asset id of the transaction Status:400
I think the reason for the failure is similar to what was described in bigchaindb/bigchaindb-driver#330, Specifically, the mistake may lie here
bigchaindb-ipdb-go/apiv1/client.go
Line 214 in 4a9e3d1
The assed_id here should be the ID when Alice first created the asset, not the transaction ID when Alice transferred it to Bob. The first transfer was successful because the asset ID happened to be the transaction ID when Alice created the asset.
The text was updated successfully, but these errors were encountered: