Skip to content

Commit

Permalink
Merge pull request #5629 from danield9tqh/export-multisig
Browse files Browse the repository at this point in the history
Rename mutisig export from SDK
  • Loading branch information
danield9tqh authored Nov 11, 2024
2 parents 0f68050 + ca1f5c8 commit c0468f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion ironfish/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ export * from './network'
export * from './package'
export * from './platform'
export * from './primitives'
export * from './wallet/multisig'
export { getFeeRate } from './memPool'
export * as devUtils from './devUtils'
1 change: 1 addition & 0 deletions ironfish/src/wallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export { Base64JsonEncoder } from './exporter/encoders/base64json'
export { JsonEncoder } from './exporter/encoders/json'
export * from './validator'
export * from './walletdb/walletdb'
export * from './multisig'
4 changes: 1 addition & 3 deletions ironfish/src/wallet/multisig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

import { multisig } from '@ironfish/rust-nodejs'

const Multisig = multisig

export default Multisig
export const Multisig = multisig

0 comments on commit c0468f0

Please sign in to comment.