Remove unnecessary declaration of Buffer

It's handled by the polyfill config in webpack.
This commit is contained in:
Franck Royer 2022-01-13 16:05:44 +11:00
parent fa4e94750f
commit 6276b1537f
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import { Buffer } from 'buffer';
import crypto from 'crypto';
import { keccak256 } from 'js-sha3';