Browse Source
Merge pull request #1323 from johnta0/remove-unused-module
Remove unused module declaration
fixTypes
Jonathan Underwood
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
ts_src/address.ts
|
@ -1,4 +1,3 @@ |
|
|
import * as Networks from './networks' |
|
|
|
|
|
import { Network } from './networks' |
|
|
import { Network } from './networks' |
|
|
import * as types from './types' |
|
|
import * as types from './types' |
|
|
import * as bscript from './script' |
|
|
import * as bscript from './script' |
|
|