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
client.queryContract is normal, client.invokeContract keeps reporting
Exception in thread "main" java.lang.RuntimeException: io.grpc.StatusRuntimeException: UNKNOWN: NOT_ENOUGH_UTXO_ERROR
at com.baidu.xuper.api.Proposal.build(Proposal.java:193)
at com.baidu.xuper.api.XuperClient.invokeContract(XuperClient.java:100)
at JavaSDKDemo.main(JavaSDKDemo.java:24)
Caused by: io.grpc.StatusRuntimeException: UNKNOWN: NOT_ENOUGH_UTXO_ERROR
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:240)
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:221)
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:140)
at com.baidu.xuper.pb.XchainGrpc$XchainBlockingStub.preExecWithSelectUTXO(XchainGrpc.java:1763)
at com.baidu.xuper.api.Proposal.build(Proposal.java:187)
... 2 more
client.queryContract is normal, client.invokeContract keeps reporting
pom.xml dependency
The text was updated successfully, but these errors were encountered: