iotaledger/iota

Review staking numbers for bigints

Closed this issue · 0 comments

this should be BigInt

const totalStaked = timelockedStakedObjects.reduce(
(acc, current) => acc + Number(current.principal),

Review more more places to be changed