Skip to content

Commit

Permalink
Fix wrong assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
msinkec committed Dec 19, 2023
1 parent bf3b2e9 commit 3e165a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/futuresContract.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { assert } from 'console'
import {
ByteString,
byteString2Int,
Expand All @@ -10,6 +9,7 @@ import {
slice,
SmartContract,
Utils,
assert,
} from 'scrypt-ts'
import { RabinPubKey, RabinSig, RabinVerifier } from 'scrypt-ts-lib'

Expand Down

0 comments on commit 3e165a3

Please sign in to comment.