Skip to content

Commit 011b523

Browse files
committed
Update an assertion message
1 parent 865ae5d commit 011b523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/chain/liquidity_pool_evaluator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void_result liquidity_pool_update_evaluator::do_evaluate(const liquidity_pool_up
119119
const database& d = db();
120120
const auto block_time = d.head_block_time();
121121

122-
FC_ASSERT( HARDFORK_CORE_2604_PASSED(block_time), "Not allowed until the LP hardfork" );
122+
FC_ASSERT( HARDFORK_CORE_2604_PASSED(block_time), "Not allowed until the core-2604 hardfork" );
123123

124124
_pool = &op.pool(d);
125125

0 commit comments

Comments
 (0)