We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078ae44 commit c3624deCopy full SHA for c3624de
dash/src/blockdata/transaction/mod.rs
@@ -653,6 +653,9 @@ impl Decodable for Transaction {
653
if special_transaction_type == TransactionType::AssetUnlock {
654
segwit = false;
655
}
656
+ if special_transaction_type == TransactionType::QuorumCommitment {
657
+ segwit = false;
658
+ }
659
if segwit {
660
let segwit_flag = u8::consensus_decode_from_finite_reader(r)?;
661
match segwit_flag {
0 commit comments