Skip to content

Commit 14f3bcb

Browse files
committed
Fix failing test
1 parent 633119f commit 14f3bcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tests/Blockcore.IntegrationTests/SegWitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ public void Mine_On_StratisX_SBFN_Syncs_Via_Intermediary_Gateway_Node()
972972

973973
var config = new NodeConfigParameters
974974
{
975-
{"whitebind", "0.0.0.0"},
975+
{"whitelist", "127.0.0.1"},
976976
{"gateway", "1"}
977977
};
978978

0 commit comments

Comments
 (0)