Skip to content

Commit

Permalink
backport EOSIO/eos#9088
Browse files Browse the repository at this point in the history
  • Loading branch information
tbfleming committed Jan 10, 2022
1 parent 584a96b commit a25927b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ datastream<ST>& operator<<(datastream<ST>& ds, const history_serial_wrapper<eosi

template <typename ST>
datastream<ST>& operator<<(datastream<ST>& ds, const history_serial_wrapper<eosio::chain::shared_key_weight>& obj) {
fc::raw::pack(ds, as_type<eosio::chain::shared_public_key>(obj.obj.key));
fc::raw::pack(ds, as_type<eosio::chain::public_key_type>(obj.obj.key));
fc::raw::pack(ds, as_type<uint16_t>(obj.obj.weight));
return ds;
}
Expand Down

0 comments on commit a25927b

Please sign in to comment.