Skip to content

Commit

Permalink
Clarify current usage of 1 contract per channel
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Sep 15, 2017
1 parent 0bcc28d commit 85847ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Raiden Design Choices
One Contract per Channel
------------------------

We don’t want to have shared smart contracts hold big amount of tokens in escrow. This will not provide security but will diminish the losses from potential attacks and isolate problems.
At the beginning Raiden was designed with simplicity in mind and the one contract per channel made the code simpler. We have plans to `change <https://github.com/raiden-network/raiden/issues/1025>`_ to a single contract per token.

Nodes can not Update their Own State
------------------------------------
Expand Down

0 comments on commit 85847ba

Please sign in to comment.