diff options
| author | Jeff Garzik <[email protected]> | 2012-08-01 10:56:17 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-01 10:56:17 -0700 |
| commit | ffe47d6d5d6ddfc0ad145f5a891e2165c3d69009 (patch) | |
| tree | c30d30baadfa02be183b40535d3bf43d2701f60b /src/script.h | |
| parent | Add doc/release-notes.txt, temporary for 0.7 release (diff) | |
| parent | Update Warning-strings to use a standard-format (diff) | |
| download | discoin-ffe47d6d5d6ddfc0ad145f5a891e2165c3d69009.tar.xz discoin-ffe47d6d5d6ddfc0ad145f5a891e2165c3d69009.zip | |
Merge pull request #1636 from Diapolo/Warning_string
Update Warning-strings to use a standard-format
Diffstat (limited to 'src/script.h')
| -rw-r--r-- | src/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.h b/src/script.h index f4db112dd..fdcf80294 100644 --- a/src/script.h +++ b/src/script.h @@ -378,7 +378,7 @@ public: { // I'm not sure if this should push the script or concatenate scripts. // If there's ever a use for pushing a script onto a script, delete this member fn - assert(!"warning: pushing a CScript onto a CScript with << is probably not intended, use + to concatenate"); + assert(!"Warning: Pushing a CScript onto a CScript with << is probably not intended, use + to concatenate!"); return *this; } |