Correct typo in hardcoded preferred node

pull/1533/head
Kieran R. Prasch 2019-12-12 11:53:57 -08:00
parent 8be0db6467
commit b6b59f86f2
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ along with nucypher. If not, see <https://www.gnu.org/licenses/>.
# Hardcoded bootstrapping teacher nodes keyed by network domain # Hardcoded bootstrapping teacher nodes keyed by network domain
TEACHER_NODES = { TEACHER_NODES = {
'goerli': ('https://discover.nucyher.network:9151', ) 'goerli': ('https://discover.nucypher.network:9151', )
} }