planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
505 stars 139 forks source link

♻️ Stricter `Swap()` condition #3834

Closed greymistcube closed 1 week ago

greymistcube commented 1 week ago

♻️ Under normal circumstances, Swap() should never be called with a BlockChain that is of lower height. This is to eliminate unnecessary scenario considerations.