This commit is contained in:
Vladimir Krutkin 2023-02-28 22:52:57 +03:00
parent 4e487b3a03
commit 784fd2b437
1 changed files with 1 additions and 1 deletions

View File

@ -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"