diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-04-26 11:08:40 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-04-26 11:08:40 +0300 |
| commit | dce5374660cc5c6fcf806fd6198f7da4ec5cbe5a (patch) | |
| tree | 134ef267ac273d3f8cda304a1d876502c655372a /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 53a97bdcd381342bc7d738946a628654a2261a52 (diff) | |
| parent | 1c66fe04bcebf50102abe6c96322f0fa5ce740ec (diff) | |
| download | monzero-core-dce5374660cc5c6fcf806fd6198f7da4ec5cbe5a.tar.gz monzero-core-dce5374660cc5c6fcf806fd6198f7da4ec5cbe5a.tar.xz monzero-core-dce5374660cc5c6fcf806fd6198f7da4ec5cbe5a.zip | |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index c31be5acf..20b9f0b0b 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -489,6 +489,7 @@ namespace cryptonote { LOG_PRINT_L1("WRONG TRANSACTION BLOB, too big size " << tx_blob.size() << ", rejected"); tvc.m_verifivation_failed = true; + tvc.m_too_big = true; return false; } |
