mirror of https://github.com/nucypher/nucypher.git
Correct typo in hardcoded preferred node
parent
8be0db6467
commit
b6b59f86f2
|
@ -18,5 +18,5 @@ along with nucypher. If not, see <https://www.gnu.org/licenses/>.
|
|||
|
||||
# Hardcoded bootstrapping teacher nodes keyed by network domain
|
||||
TEACHER_NODES = {
|
||||
'goerli': ('https://discover.nucyher.network:9151', )
|
||||
'goerli': ('https://discover.nucypher.network:9151', )
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue