You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`(DataStore).GetUnspentFromWallet assumes that all unspent outputs are transaction outputs. When there's an unspent deposit, this causes plasmad to panic.
Expected behavior
GetUnspentFromWallet should return general output information. If wanted, the TxOuput or DepositOutput should be an additional call.
Steps to reproduce
Deposit into the smart contract, create and include-deposit transaction, then call plasmacli query info on the account that owns the deposit.
Versions/External Software
0.2.0-91-g8f898d9
The text was updated successfully, but these errors were encountered:
Summary of bug
`(DataStore).GetUnspentFromWallet assumes that all unspent outputs are transaction outputs. When there's an unspent deposit, this causes plasmad to panic.
Expected behavior
GetUnspentFromWallet
should return general output information. If wanted, theTxOuput
orDepositOutput
should be an additional call.Steps to reproduce
Deposit into the smart contract, create and
include-deposit
transaction, then callplasmacli query info
on the account that owns the deposit.Versions/External Software
0.2.0-91-g8f898d9
The text was updated successfully, but these errors were encountered: