Accept that clef is a unique scheme.

pull/2220/head
Kieran Prasch 2020-09-02 13:58:21 -07:00
parent c59a1d317d
commit ce6433a791
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ from nucypher.blockchain.eth.signers.base import Signer
class Web3Signer(Signer):
URI_SCHEME = 'web3' # TODO: Consider some kind of 'passthough' flag to accept all valid webs provider schemes
def __init__(self, client):
super().__init__()
self.__client = client