We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489b2dd commit 6bffa17Copy full SHA for 6bffa17
src/bytes-builder/bytes-builder.ts
@@ -1,7 +1,7 @@
1
import assert from 'assert'
2
import {BN} from '../bn/bn'
3
import {isHexBytes} from '../validations'
4
-import {UINT_8_MAX as UINT_160_MAX} from '../constants'
+import {UINT_160_MAX} from '../constants'
5
import {trim0x} from '../utils'
6
7
/**
0 commit comments