Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backend(UtxoCoin): fix deserialization error
This commit fixes the deserialization error happening when returned error is a simple string instead of an object containing errorCode and errorMsg. The error originally happened when I passed uint256 as txId to GetBlockchainTransaction electrum request when it should've been a string. Co-authored-by: Mersho <[email protected]>
- Loading branch information