Skip to content

Commit ff56d25

Browse files
authored
Merge pull request #164 from MrToph/master
Fix variant type blob unpack bug
2 parents 35b0613 + 31929de commit ff56d25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/fc/io/raw_variant.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ namespace fc { namespace raw {
119119
blob val;
120120
raw::unpack(s,val);
121121
v = fc::move(val);
122+
return;
122123
}
123124
default:
124125
FC_THROW_EXCEPTION( parse_error_exception, "Unknown Variant Type ${t}", ("t", t) );

0 commit comments

Comments
 (0)