-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web-client: Fix proofs being always set to empty string in Transactio…
…n.fromPlain #3134 (released in v1.0.2) forced plain transaction proof deserialization to always deserialize a `PlainTransactionProof::Raw` variant to be compatible with PoW plain transactions, which didn't have a `proof.type` field. Unfortunately I forgot to remove the empty string default for `PlainTransactionProof::Raw` when I renamed it from `PlainTransactionProof::Empty`.
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters