MCPcopy Index your code
hub / github.com/raiden-network/raiden / DuplicatedChannelError

Class DuplicatedChannelError

raiden/exceptions.py:252–253  ·  view source on GitHub ↗

Raised if someone tries to create a channel that already exists.

Source from the content-addressed store, hash-verified

250
251
252class DuplicatedChannelError(RaidenRecoverableError):
253 """Raised if someone tries to create a channel that already exists."""
254
255
256class UnexpectedChannelState(RaidenRecoverableError):

Callers 2

_new_netting_channelMethod · 0.90
channel_openMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected