Fix undefined toHex.

This commit is contained in:
Will Scullin 2019-06-15 09:28:29 -07:00
parent 024ca76800
commit dfe1b28476
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B

View File

@ -10,7 +10,7 @@
*/
import { base64_decode, base64_encode } from '../base64';
import { bytify, debug } from '../util';
import { bytify, debug, toHex } from '../util';
export const DISK_TYPES = ['dsk','d13','do','po','raw','nib','2mg'];