permissions

+1 vote
Despite having given someone admin permissions, they are unable to write an item on a stream.
How can I (preferabily easily) ensure that this is solved? Or (even better) make sure that a particular stream is open (all operations) for all nodes?
asked Jan 20, 2017 by Joris Schellekens

1 Answer

0 votes

When you create a stream, you can decide whether it is open or closed, via a parameter of the create command. For an existing stream, the stream creator can allow writing for an address using:

 grant [address] [stream name].write

answered Jan 20, 2017 by MultiChain
I know. I tried that.
Presumably this is the same question as answered here:

http://www.multichain.com/qa/3746/anyone-can-except-not?show=3754#a3754
...