sporeprotocol / spore-sdk

The Ultimate TypeScript SDK for Spore Protocol
https://docs.spore.pro
MIT License
12 stars 10 forks source link

bug: fix injectNeededCapacity rare border capacity issue #133

Closed ashuralyk closed 3 weeks ago

ashuralyk commented 3 weeks ago

Description

while balancing transaction, if exceeded capacity cannot cover the capacity of minimal change cell, spore-sdk only requires to inject this minimal capacity yet, which is wrong without adding a minimal change cell.