Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14865018
D3053.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
526 B
Subscribers
None
D3053.diff
View Options
diff --git a/src/validation.cpp b/src/validation.cpp
--- a/src/validation.cpp
+++ b/src/validation.cpp
@@ -588,8 +588,8 @@
"bad-txns-nonstandard-inputs");
}
- int64_t nSigOpsCount =
- GetTransactionSigOpCount(tx, view, STANDARD_SCRIPT_VERIFY_FLAGS);
+ int64_t nSigOpsCount = GetTransactionSigOpCount(
+ tx, view, STANDARD_CHECKDATASIG_VERIFY_FLAGS);
Amount nValueOut = tx.GetValueOut();
Amount nFees = nValueIn - nValueOut;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 21, 00:26 (1 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866210
Default Alt Text
D3053.diff (526 B)
Attached To
D3053: Count checkdatasig for transaction entering the mempool
Event Timeline
Log In to Comment