Skip to content

Commit

Permalink
fix: mark depositOutPoint when create step1
Browse files Browse the repository at this point in the history
  • Loading branch information
classicalliu committed Nov 11, 2019
1 parent 2a5529a commit 85a851b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/neuron-wallet/src/services/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 85a851b

Please sign in to comment.