Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger authored and hstove committed Jan 26, 2021
1 parent 0a9a1ee commit aeb10b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transactions/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { sha256, sha512 } from 'sha.js';
import { ClarityValue, noneCV, responseErrorCV, serializeCV } from './clarity';
import { ClarityValue, serializeCV } from './clarity';
import RIPEMD160 from 'ripemd160-min';
import randombytes from 'randombytes';
import { deserializeCV } from './clarity';
Expand Down

1 comment on commit aeb10b2

@vercel
Copy link

@vercel vercel bot commented on aeb10b2 Jan 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.