sporeprotocol / spore-sdk

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

chore: fix a bug in calculating transaction's fee #105

Closed ashuralyk closed 5 months ago

ashuralyk commented 5 months ago

Description

for meltThenCreateSpore interface, we may meet 2 conditions that including both melt and mint, so it's like changing a Spore cell's status, which can cause to increase or decrease its capacity.

ashuralyk commented 5 months ago

@SpectreMercury jiaqi, this PR is ready to review and prepare to merge