We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52a137 commit a327d19Copy full SHA for a327d19
1 file changed
shared/src/ledger/signing.rs
@@ -349,8 +349,6 @@ pub async fn sign_wrapper<
349
350
// Remove all the sensitive sections
351
tx.protocol_filter();
352
- // Encrypt all sections not relating to the header
353
- tx.encrypt(&Default::default());
354
// Then sign over the bound wrapper committing to all other sections
355
tx.add_section(Section::Signature(Signature::new(tx.sechashes(), keypair)));
356
// We use this to determine when the wrapper tx makes it on-chain
0 commit comments