Skip to content

Commit

Permalink
Merge pull request steemit#2234 from drov0/master
Browse files Browse the repository at this point in the history
Fixes a typo on the bandwidth is exceeded error.
  • Loading branch information
Michael Vandeberg authored Mar 22, 2018
2 parents 67dd4bf + 3e22ad6 commit 16fd74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/witness/witness_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ namespace detail {

if( _db.is_producing() )
STEEM_ASSERT( has_bandwidth, plugin_exception,
"Account: ${account} bandwidth limit exeeded. Please wait to transact or power up STEEM.",
"Account: ${account} bandwidth limit exceeded. Please wait to transact or power up STEEM.",
("account", a.name)
("account_vshares", account_vshares)
("account_average_bandwidth", account_average_bandwidth)
Expand Down

0 comments on commit 16fd74e

Please sign in to comment.