deso-protocol / core

DeSo core node
https://docs.deso.org
MIT License
325 stars 110 forks source link

Relax check transaction signature checking #1244

Closed diamondhands0 closed 3 months ago

diamondhands0 commented 3 months ago

This check causes CreateDAOCoinLimitOrder to fail during transaction construction because it calls simulateSubmitTransaction, which calls getDAOCoinLimitOrderSimulatedExecutionResult, which then hits this. Easiest to just remove it. The signatures are always checked later anyway.

lazynina commented 3 months ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @diamondhands0 and the rest of your teammates on Graphite Graphite

lazynina commented 3 months ago

Merge activity