Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
LukassF committed Jul 26, 2024
1 parent cf1088d commit 6c120f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions sdk/packages/sui/src/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { UserConnectedEvent } from '../../../bindings/UserConnectedEvent'
// import type { SignedMessage, SignedTransaction } from '@mysten/sui/transactions'
import {
SuiSignAndExecuteTransactionBlockInput,
SuiSignAndExecuteTransactionBlockOutput,
Expand All @@ -14,6 +12,7 @@ import {
getWalletsMetadata
} from '@nightlylabs/nightly-connect-base'
import { EventEmitter } from 'eventemitter3'
import { UserConnectedEvent } from '../../../bindings/UserConnectedEvent'
import { UserDisconnectedEvent } from '../../../bindings/UserDisconnectedEvent'
import { WalletMetadata } from '../../../bindings/WalletMetadata'
import { AppSuiInitialize, SUI_NETWORK, SignedMessage, SignedTransaction } from './utils'
Expand Down
4 changes: 2 additions & 2 deletions sdk/packages/sui/src/http-client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ describe('SUI http-client tests', () => {
sessionId: app.sessionId,
signedTransactions: [
{
transaction: toB64(transactionBlockBytes),
metadata: signature
transactionBlockBytes: toB64(transactionBlockBytes),
signature: signature
}
]
})
Expand Down

0 comments on commit 6c120f2

Please sign in to comment.