Transaction not found on remote peer
问题 I'm trying to setup simple blockchain network with Hyperledger fabric v1.0 on 2 instances. My scenario Instance A: Orderer and Peer0 Instance B: Peer1 I basically followed the "Use the native binaries" section of "Getting Started" page. What I tried is I started 1 orderer and 1 peer on instanceA. I installed, instantiated, invoked and made a query the example chaincode. Then I started 1 peer on instanceB. I could let peer1 on instanceB join my channel from instanceA. I could install the