Plutonomicon / cardano-transaction-lib

A Purescript library for building smart contract transactions on Cardano

Home Page:https://plutonomicon.github.io/cardano-transaction-lib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lode wallet assumes that collateral is never spent

klntsky opened this issue · comments

It continues to return it from getCollateral even if it has been spent.

But, because of our logic for syncBackendWithWallet , we assume that it's our query layer that is outdated and delay the execution in syncBackendWithWallet until timeout.

Re-setting the collateral helps.