Browse Source

Merge pull request #1323 from johnta0/remove-unused-module

Remove unused module declaration
fixTypes
Jonathan Underwood 6 years ago
committed by GitHub
parent
commit
b9b8667de7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ts_src/address.ts

1
ts_src/address.ts

@ -1,4 +1,3 @@
import * as Networks from './networks'
import { Network } from './networks'
import * as types from './types'
import * as bscript from './script'

Loading…
Cancel
Save