-
Notifications
You must be signed in to change notification settings - Fork 901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
common: change default network to mainnet #4277
Conversation
fcf72f0
to
d268646
Compare
d268646
to
44e2eb4
Compare
The whole idea of this patch was changed after feed-back from @rustyrussell . Now it is removing all the logic that would detect if the directory |
Note: original patch which introduced this function which checks for the smell was 36c517b and it also brought following include files: +#include <sys/stat.h>
+#include <sys/types.h>
+#include <unistd.h> Would it be safe to remove all of these? @rustyrussell |
44e2eb4
to
c419ba6
Compare
Changelog-changed: Default network on both new and old installs is now bitcoin. The warning "default network changing in 2020" was removed. Reverts 36c517b Fixes ElementsProject#4159
c419ba6
to
bf19dc6
Compare
Needs a changelog entry, otherwise excellent 👍 ACK bf19dc6 |
@cdecker See the commit itself. There is currently this changelog entry:
|
I see, @bitcoin-bot must have been slow picking it up and the check was marked as pending. All good to go then. |
Changelog-changed: Default network on both new and old
installs is now bitcoin. The warning "default network
changing in 2020" was removed.
Reverts 36c517b (except the comment)
Fixes #4159