File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ public static class TestUtils
39
39
public static readonly List < BoundPeer > Peers = new List < BoundPeer > ( )
40
40
{
41
41
new BoundPeer ( PrivateKeys [ 0 ] . PublicKey , new DnsEndPoint ( "1.0.0.0" , 1000 ) ) ,
42
- new BoundPeer ( PrivateKeys [ 0 ] . PublicKey , new DnsEndPoint ( "1.0.0.1" , 1001 ) ) ,
43
- new BoundPeer ( PrivateKeys [ 0 ] . PublicKey , new DnsEndPoint ( "1.0.0.2" , 1002 ) ) ,
44
- new BoundPeer ( PrivateKeys [ 0 ] . PublicKey , new DnsEndPoint ( "1.0.0.3" , 1003 ) ) ,
42
+ new BoundPeer ( PrivateKeys [ 1 ] . PublicKey , new DnsEndPoint ( "1.0.0.1" , 1001 ) ) ,
43
+ new BoundPeer ( PrivateKeys [ 2 ] . PublicKey , new DnsEndPoint ( "1.0.0.2" , 1002 ) ) ,
44
+ new BoundPeer ( PrivateKeys [ 3 ] . PublicKey , new DnsEndPoint ( "1.0.0.3" , 1003 ) ) ,
45
45
} ;
46
46
47
47
public static readonly ValidatorSet ValidatorSet = Libplanet . Tests . TestUtils . ValidatorSet ;
You can’t perform that action at this time.
0 commit comments