File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
backend/src/modules/rgbpp/transaction Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,6 @@ import { Env } from 'src/env';
12
12
import { CkbRpcWebsocketService } from 'src/core/ckb-rpc/ckb-rpc-websocket.service' ;
13
13
import { buildRgbppLockArgs , genRgbppLockScript } from '@rgbpp-sdk/ckb/lib/utils/rgbpp' ;
14
14
import * as BitcoinApiInterface from 'src/core/bitcoin-api/bitcoin-api.schema' ;
15
- import {
16
- getBtcTimeLockScript ,
17
- isScriptEqual ,
18
- remove0x ,
19
- btcTxIdAndAfterFromBtcTimeLockArgs ,
20
- } from '@rgbpp-sdk/ckb' ;
21
- import { SearchKey } from 'src/core/ckb-rpc/ckb-rpc.interface' ;
22
- import * as pLimit from 'p-limit' ;
23
- import { BI , HashType } from '@ckb-lumos/lumos' ;
24
-
25
- const limit = pLimit ( 100 ) ;
26
15
27
16
@Injectable ( )
28
17
export class RgbppTransactionService {
You can’t perform that action at this time.
0 commit comments