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 #6204 from EOSIO/andriantolie-patch-1
Browse files Browse the repository at this point in the history
Update comment to match latest code
  • Loading branch information
heifner authored Nov 1, 2018
2 parents 552840c + ea647a2 commit 2d777ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ namespace config {
template<>
struct billable_size<table_id_object> {
static const uint64_t overhead = overhead_per_row_per_index_ram_bytes * 2; ///< overhead for 2x indices internal-key and code,scope,table
static const uint64_t value = 44 + overhead; ///< 36 bytes for constant size fields + overhead
static const uint64_t value = 44 + overhead; ///< 44 bytes for constant size fields + overhead
};

template<>
Expand Down

0 comments on commit 2d777ab

Please sign in to comment.