mirror of https://github.com/voidlizard/hbs2
Typo
This commit is contained in:
parent
4e487b3a03
commit
784fd2b437
|
@ -762,7 +762,7 @@ withRPC o cmd = do
|
|||
as <- parseAddr (fromString saddr) <&> fmap (PeerUDP . addrAddress)
|
||||
let rpc' = headMay $ L.sortBy (compare `on` addrPriority) as
|
||||
|
||||
rpc <- pure rpc' `orDie` "Can't parse RPC endpoing"
|
||||
rpc <- pure rpc' `orDie` "Can't parse RPC endpoint"
|
||||
|
||||
udp1 <- newMessagingUDP False Nothing `orDie` "Can't start RPC"
|
||||
|
||||
|
|
Loading…
Reference in New Issue