Fix undefined toHex.

This commit is contained in:
Will Scullin
2019-06-15 09:28:29 -07:00
parent 024ca76800
commit dfe1b28476

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'];