Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
hive
hive
Commits
4cc194e8
Commit
4cc194e8
authored
Aug 14, 2020
by
Bartek Wrona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Supplemented namespace qualifier to avoid compilation error in TESTNET build
parent
c001f06e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libraries/plugins/apis/condenser_api/include/hive/plugins/condenser_api/condenser_api_legacy_operations.hpp
...plugins/condenser_api/condenser_api_legacy_operations.hpp
+1
-1
No files found.
libraries/plugins/apis/condenser_api/include/hive/plugins/condenser_api/condenser_api_legacy_operations.hpp
View file @
4cc194e8
...
...
@@ -94,7 +94,7 @@ namespace hive { namespace plugins { namespace condenser_api {
struct
api_chain_properties
{
api_chain_properties
()
{}
api_chain_properties
(
const
chain
::
chain_properties
&
c
)
:
api_chain_properties
(
const
hive
::
chain
::
chain_properties
&
c
)
:
account_creation_fee
(
legacy_asset
::
from_asset
(
c
.
account_creation_fee
)
),
maximum_block_size
(
c
.
maximum_block_size
),
hbd_interest_rate
(
c
.
hbd_interest_rate
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment