Skip to content

Commit

Permalink
Move big-varint to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Sep 13, 2024
1 parent 4d6b841 commit 4664509
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operation/operationManager.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as unsigned from './big-varint'
import * as unsigned from '../utils/big-varint'
import { Address } from '../basicElements/address'
import { PrivateKey, PublicKey } from '../basicElements/keys'
import { PublicAPI } from '../client'
Expand Down
File renamed without changes.

1 comment on commit 4664509

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage report for experimental massa-web3

St.
Category Percentage Covered / Total
🟡 Statements 63.46% 1134/1787
🔴 Branches 43.91% 191/435
🔴 Functions 46.76% 209/447
🟡 Lines 63.76% 1128/1769

Test suite run success

129 tests passing in 13 suites.

Report generated by 🧪jest coverage report action from 4664509

Please sign in to comment.