diff options
| author | Yahia Chiheb <[email protected]> | 2020-04-09 19:41:49 +0100 |
|---|---|---|
| committer | Yahia Chiheb <[email protected]> | 2020-04-09 19:41:49 +0100 |
| commit | 478c11dde326e2ff0480c14f76f9f6b52a7bdfd0 (patch) | |
| tree | 5276ed0a98c64b698c8dda3cf70b0f23064eb1b3 | |
| parent | Merge #18561: test: Properly raise FailedToStartError when rpc shutdown befor... (diff) | |
| download | discoin-478c11dde326e2ff0480c14f76f9f6b52a7bdfd0.tar.xz discoin-478c11dde326e2ff0480c14f76f9f6b52a7bdfd0.zip | |
Correct scripted-diff example link
| -rw-r--r-- | doc/developer-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index da0708072..4960ec567 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -965,7 +965,7 @@ Some good examples of scripted-diff: - [scripted-diff: Rename InitInterfaces to NodeContext](https://github.com/bitcoin/bitcoin/commit/301bd41a2e6765b185bd55f4c541f9e27aeea29d) uses an elegant script to replace occurrences of multiple terms in all source files. -- [scripted-diff: Remove g_connman, g_banman globals](https://github.com/bitcoin/bitcoin/commit/301bd41a2e6765b185bd55f4c541f9e27aeea29d) +- [scripted-diff: Remove g_connman, g_banman globals](https://github.com/bitcoin/bitcoin/commit/8922d7f6b751a3e6b3b9f6fb7961c442877fb65a) replaces specific terms in a list of specific source files. - [scripted-diff: Replace fprintf with tfm::format](https://github.com/bitcoin/bitcoin/commit/fac03ec43a15ad547161e37e53ea82482cc508f9) |