I tried to download and build the iroha-ios
from iroha iOS github then started to use the sample project to create a new account. I have deployed an iroha
server on my PC. When I run the program, it prints out an error like this.
SwiftyIrohaExample.Iroha_Protocol_QueryResponse:
error_response {
reason: STATEFUL_INVALID
message: "query signatories did not pass validation"
}
When I checked the hash that is produced on the log in Xcode
, it doesn't exist in the iroha
system.
What step did I miss?