Skip to content

Commit

Permalink
Fix typo "valut"
Browse files Browse the repository at this point in the history
  • Loading branch information
msinkec committed Jun 20, 2024
1 parent aaa7716 commit a383721
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/vault.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, use } from 'chai'
import { PubKey, sha256, toByteString } from 'scrypt-ts'
import { VaultTriggerWithdrawal } from '../src/contracts/valutTriggerWithdrawal'
import { VaultTriggerWithdrawal } from '../src/contracts/vaultTriggerWithdrawal'
import { VaultCompleteWithdrawal } from '../src/contracts/vaultCompleteWithdrawal'
import { VaultCancelWithdrawal } from '../src/contracts/vaultCancelWithdrawal'
import { getDefaultSigner } from './utils/txHelper'
Expand Down

0 comments on commit a383721

Please sign in to comment.