Skip to content

Commit

Permalink
fixup! Enable UPnP and NAT-PMP by default
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Jun 17, 2024
1 parent ed55bf3 commit 4c3453f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qt/test/optiontests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ void OptionTests::migrateSettings()
" \"onion\": \"onion:234\",\n"
" \"par\": \"12\",\n"
" \"proxy\": \"proxy:123\",\n"
" \"prune\": \"2861\"\n"
" \"prune\": \"2861\",\n"
" \"upnp\": false\n"
"}\n");
}

Expand Down

0 comments on commit 4c3453f

Please sign in to comment.