diff --git a/packages/neuron-wallet/src/services/wallets.ts b/packages/neuron-wallet/src/services/wallets.ts index 48765c75b5..605c02cdf6 100644 --- a/packages/neuron-wallet/src/services/wallets.ts +++ b/packages/neuron-wallet/src/services/wallets.ts @@ -564,6 +564,7 @@ export default class WalletService { buf.writeBigUInt64LE(BigInt(depositBlockNumber)) output.data = `0x${buf.toString('hex')}` output.daoData = output.data + output.depositOutPoint = outPoint // const capacityInt = BigInt(output.capacity) const outputs: Cell[] = [output]