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 #2165 from larryk85/fix/create_account_fails
Browse files Browse the repository at this point in the history
Fix eos #2160
  • Loading branch information
bytemaster authored Apr 5, 2018
2 parents 3c709d7 + 4b64bb6 commit d9ad8ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/chain/contracts/abi_serializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ namespace eosio { namespace chain { namespace contracts {
built_in_types.emplace("action_name", pack_unpack<action_name>());
built_in_types.emplace("scope_name", pack_unpack<scope_name>());
built_in_types.emplace("producer_schedule", pack_unpack<producer_schedule_type>());
built_in_types.emplace("newaccount", pack_unpack<newaccount>());
}

void abi_serializer::set_abi(const abi_def& abi) {
Expand Down

0 comments on commit d9ad8ee

Please sign in to comment.