Skip to content
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

2008 g args #34

Closed
wants to merge 3 commits into from
Closed

2008 g args #34

wants to merge 3 commits into from

Commits on Aug 22, 2020

  1. Configuration menu
    Copy the full SHA
    fa76bfe View commit details
    Browse the repository at this point in the history
  2. init: Bind ArgsManager reference to BlockNotifyCallback

    Can be reviewed with --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
    MarcoFalke committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    fa88257 View commit details
    Browse the repository at this point in the history
  3. scripted-diff: gArgs -> args

    -BEGIN VERIFY SCRIPT-
     # Replace gArgs with args
     sed -i 's/\<gArgs\>/args/g' src/init.cpp src/bitcoind.cpp
     sed -i 's/&args;/\&gArgs;/g' src/init.cpp
    
     # Format changed lines
     git diff -U0 | clang-format-diff -p1 -i -v
    -END VERIFY SCRIPT-
    MarcoFalke committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    fa135c8 View commit details
    Browse the repository at this point in the history