Node: typo

This commit is contained in:
Vincent Bernardoff 2017-01-24 17:03:24 +01:00 committed by Grégoire Henry
parent ec0e7d4d48
commit 9090559510

View File

@ -141,7 +141,7 @@ module Cfg_file = struct
expected_pow = 24. ;
bootstrap_peers = [] ;
peers_metadata = base_dir // "peers.json" ;
listen_addr = Some (V6.unspecified, 8732) ;
listen_addr = Some (V6.unspecified, 9732) ;
closed = false ;
limits = default_net_limits ;
}