Only the 'private' psi is supported by the default private state manager #1573
-
Hello all, While I am able to receive events from websocket, when I am trying to make a call or a transaction from websocket, I receive the error "Only the 'private' psi is supported by the default private state manager" The Go code snippet that I am using to connect is the following:
When newTest is used to perform a call or a transaction, I receive the aforementioned error. How can I overcome this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You only need to use PSI for multi-tenancy - what the error is saying is that there's only one private state. |
Beta Was this translation helpful? Give feedback.
You only need to use PSI for multi-tenancy - what the error is saying is that there's only one private state.