Skip to content

Commit a327d19

Browse files
committed
Disable encrypting transactions when sending.
1 parent d52a137 commit a327d19

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

shared/src/ledger/signing.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,6 @@ pub async fn sign_wrapper<
349349

350350
// Remove all the sensitive sections
351351
tx.protocol_filter();
352-
// Encrypt all sections not relating to the header
353-
tx.encrypt(&Default::default());
354352
// Then sign over the bound wrapper committing to all other sections
355353
tx.add_section(Section::Signature(Signature::new(tx.sechashes(), keypair)));
356354
// We use this to determine when the wrapper tx makes it on-chain

0 commit comments

Comments
 (0)