Skip to content

Commit 6bffa17

Browse files
authored
fix(bytes-builder): correct import for UINT_160_MAX (#16)
1 parent 489b2dd commit 6bffa17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bytes-builder/bytes-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'assert'
22
import {BN} from '../bn/bn'
33
import {isHexBytes} from '../validations'
4-
import {UINT_8_MAX as UINT_160_MAX} from '../constants'
4+
import {UINT_160_MAX} from '../constants'
55
import {trim0x} from '../utils'
66

77
/**

0 commit comments

Comments
 (0)