diff options
| author | Luke Dashjr <[email protected]> | 2016-02-03 05:38:27 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2016-02-03 05:38:51 +0000 |
| commit | 027fdb83b41ae9e9125cf61f6460c03ab34e5961 (patch) | |
| tree | 4f7ac912c5344c1361cda2046e453e5b69f344fc /src/util.h | |
| parent | Rewrite FormatParagraph to handle newlines within input strings correctly (diff) | |
| download | discoin-027fdb83b41ae9e9125cf61f6460c03ab34e5961.tar.xz discoin-027fdb83b41ae9e9125cf61f6460c03ab34e5961.zip | |
When/if the copyright line does not mention Bitcoin Core developers, add a second line to copyrights in -version, About dialog, and splash screen
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 88e1fe9fb..5a948c6a9 100644 --- a/src/util.h +++ b/src/util.h @@ -242,6 +242,6 @@ template <typename Callable> void TraceThread(const char* name, Callable func) } } -std::string CopyrightHolders(); +std::string CopyrightHolders(const std::string& strPrefix); #endif // BITCOIN_UTIL_H |