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

Fix unresolved set_kv_parameters_packed problem #1009

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

linhuang-blockone
Copy link
Contributor

Change Description

Implementation of set_kv_parameters was placed in libraries/eosiolib/eosiolib.cpp. This caused the problem that set_kv_parameters_packed was included in every contract, and in turn caused unresolved symbol error when deploying non-bios or non-systm contracts. The fix is to move to to eosiolib/contracts/eosio/privileged.hpp.

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@linhuang-blockone linhuang-blockone merged commit 543a11c into develop Dec 3, 2020
@linhuang-blockone linhuang-blockone deleted the fix_unresolved_set_kv_parameters_packed branch December 3, 2020 16:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants