newyangyang
newyangyang
I want to spend coin of a **segwit multisig**(2-of-3) address. I already created a tx, signed it with the first private key. How can I use this library to make...
I got error like : ``` Exception in thread "main" io.grpc.StatusRuntimeException: UNIMPLEMENTED at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:210) at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:191) at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:124) at edu.usc.irds.tensorflow.grpc.InceptionBlockingStub.classify(InceptionBlockingStub.java:63) at edu.usc.irds.tensorflow.grpc.TensorflowObjectRecogniser.recognise(TensorflowObjectRecogniser.java:67) at edu.usc.irds.tensorflow.grpc.Main.main(Main.java:49) ``` Not sure whether the client...