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

Commit

Permalink
Update symbol.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 authored Dec 19, 2019
1 parent 33d464e commit 1ba675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/eosiolib/core/eosio/symbol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ namespace eosio {
}

private:
symbol symbol; ///< the symbol
symbol sym; ///< the symbol
name contract; ///< the token contract hosting the symbol

EOSLIB_SERIALIZE( extended_symbol, (sym)(contract) )
Expand Down

0 comments on commit 1ba675e

Please sign in to comment.