There was an error while loading. Please reload this page.
1 parent 2a5529a commit 85a851bCopy full SHA for 85a851b
1 file changed
packages/neuron-wallet/src/services/wallets.ts
@@ -564,6 +564,7 @@ export default class WalletService {
564
buf.writeBigUInt64LE(BigInt(depositBlockNumber))
565
output.data = `0x${buf.toString('hex')}`
566
output.daoData = output.data
567
+ output.depositOutPoint = outPoint
568
569
// const capacityInt = BigInt(output.capacity)
570
const outputs: Cell[] = [output]
0 commit comments