Skip to content

Commit 0803b7d

Browse files
committed
remove unused import
Signed-off-by: Deggen <d.kellenschwiler@bsvassociation.org>
1 parent acb24a5 commit 0803b7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/overlays/topics/src/protomap/ProtoMapTopicManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AdmittanceInstructions, TopicManager } from '@bsv/overlay'
2-
import { KeyDeriver, ProtocolString5To400Bytes, ProtoWallet, PushDrop, SecurityLevel, Transaction, Utils, WalletProtocol } from '@bsv/sdk'
2+
import { KeyDeriver, ProtoWallet, PushDrop, SecurityLevel, Transaction, Utils, WalletProtocol } from '@bsv/sdk'
33

44
export function deserializeWalletProtocol (str: string): WalletProtocol {
55
const parsed = JSON.parse(str)

0 commit comments

Comments
 (0)