Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Nov 22, 2024
1 parent ca89653 commit e58b962
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,6 @@ mod tests {
.expect("could not add wallet");

signature_request.add_wallet_signature(&wallet_to_add).await;
// sign_with_wallet(&signature_request, &ffi_inbox_owner.wallet).await;

client
.apply_signature_request(signature_request)
Expand Down
4 changes: 0 additions & 4 deletions bindings_node/test/Client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ describe('Client', () => {
message: signatureText,
})

// await client.addSignature(
// SignatureRequestType.AddWallet,
// toBytes(signature)
// )
await client.addSignature(
SignatureRequestType.AddWallet,
toBytes(signature2)
Expand Down

0 comments on commit e58b962

Please sign in to comment.