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

Commit d9ad8ee

Browse files
authored
Merge pull request #2165 from larryk85/fix/create_account_fails
Fix eos #2160
2 parents 3c709d7 + 4b64bb6 commit d9ad8ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/chain/contracts/abi_serializer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ namespace eosio { namespace chain { namespace contracts {
9797
built_in_types.emplace("action_name", pack_unpack<action_name>());
9898
built_in_types.emplace("scope_name", pack_unpack<scope_name>());
9999
built_in_types.emplace("producer_schedule", pack_unpack<producer_schedule_type>());
100+
built_in_types.emplace("newaccount", pack_unpack<newaccount>());
100101
}
101102

102103
void abi_serializer::set_abi(const abi_def& abi) {

0 commit comments

Comments
 (0)