Skip to content

Commit 24d2805

Browse files
committed
newline
1 parent dbf0e32 commit 24d2805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-manager/src/gen/gen_xdpos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function genXdposNodeConfig(subnet_id, key, ip_record) {
300300
config.num_machines === 1 ? ip_record["bootnode"] : config.ip_1;
301301
bootnode = `enode://cc566d1033f21c7eb0eb9f403bb651f3949b5f63b40683917\
302302
765c343f9c0c596e9cd021e2e8416908cbc3ab7d6f6671a83c85f7b121c1872f8be\
303-
50a591723a5d@${bootnode_ip}:20301`;
303+
50a591723a5d@${bootnode_ip}:20301\n`;
304304
const stats_ip = config.num_machines === 1 ? ip_record["stats"] : config.ip_1;
305305
const config_env = `
306306
INSTANCE_NAME=Masternode${subnet_id}

0 commit comments

Comments
 (0)