Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9420 from EOSIO/fix-variant-blob-dev
Browse files Browse the repository at this point in the history
Fix variant type blob unpack bug
  • Loading branch information
heifner authored Aug 21, 2020
2 parents 58a3743 + b5f3edb commit 52173f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/fc/include/fc/io/raw_variant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ namespace fc { namespace raw {
blob val;
raw::unpack(s,val);
v = fc::move(val);
return;
}
default:
FC_THROW_EXCEPTION( parse_error_exception, "Unknown Variant Type ${t}", ("t", t) );
Expand Down

0 comments on commit 52173f7

Please sign in to comment.