Skip to content

Commit

Permalink
Update packages/btc/src/api/sendRgbppUtxos.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Flouse <1297478+Flouse@users.noreply.github.com>
  • Loading branch information
duanyytop and Flouse authored Jul 27, 2024
1 parent 8304e7a commit 80d46d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/btc/src/api/sendRgbppUtxos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export async function createSendRgbppUtxosBuilder(props: SendRgbppUtxosProps): P
const config = networkTypeToConfig(props.source.networkType);
const isCkbMainnet = props.source.networkType === NetworkType.MAINNET;

// Batch querying live cells from CkbCollector
const rgbppLockArgsList = (
await props.ckbCollector.getLiveCells(ckbVirtualTx.inputs.map((input) => input.previousOutput!))
).map((cell) =>
Expand Down

0 comments on commit 80d46d5

Please sign in to comment.