Skip to content

Commit 85a851b

Browse files
committed
fix: mark depositOutPoint when create step1
1 parent 2a5529a commit 85a851b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/neuron-wallet/src/services/wallets.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ export default class WalletService {
564564
buf.writeBigUInt64LE(BigInt(depositBlockNumber))
565565
output.data = `0x${buf.toString('hex')}`
566566
output.daoData = output.data
567+
output.depositOutPoint = outPoint
567568

568569
// const capacityInt = BigInt(output.capacity)
569570
const outputs: Cell[] = [output]

0 commit comments

Comments
 (0)