diff options
| author | MarcoFalke <[email protected]> | 2017-01-29 16:05:06 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-29 16:05:37 +0100 |
| commit | 0fea960ca917b73aff853fe88476174c8a313863 (patch) | |
| tree | e07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/script/script.cpp | |
| parent | Merge #9638: qa: Actually test assertions in pruning.py (diff) | |
| parent | [trivial] Fix typos in comments (diff) | |
| download | discoin-0fea960ca917b73aff853fe88476174c8a313863.tar.xz discoin-0fea960ca917b73aff853fe88476174c8a313863.zip | |
Merge #9510: [trivial] Fix typos in comments
cc16d99 [trivial] Fix typos in comments (practicalswift)
Diffstat (limited to 'src/script/script.cpp')
| -rw-r--r-- | src/script/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/script.cpp b/src/script/script.cpp index 828ce1a05..9f4741b1c 100644 --- a/src/script/script.cpp +++ b/src/script/script.cpp @@ -129,7 +129,7 @@ const char* GetOpName(opcodetype opcode) case OP_CHECKMULTISIG : return "OP_CHECKMULTISIG"; case OP_CHECKMULTISIGVERIFY : return "OP_CHECKMULTISIGVERIFY"; - // expanson + // expansion case OP_NOP1 : return "OP_NOP1"; case OP_CHECKLOCKTIMEVERIFY : return "OP_CHECKLOCKTIMEVERIFY"; case OP_CHECKSEQUENCEVERIFY : return "OP_CHECKSEQUENCEVERIFY"; |