Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsha256 committed Jun 17, 2016
1 parent 8f7bedc commit f475112
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/blockchain/balance_operations.cpp
Expand Up @@ -551,9 +551,6 @@ namespace bts { namespace blockchain {
rand = rand_seed._hash[0];
}

fc::sha256 rand_seed = fc::sha256::hash( random_id );
rand = rand_seed._hash[0];

asset used_packet_amount( total_space * packet_unit, amount.asset_id );
eval_state.sub_balance( used_packet_amount );

Expand Down

0 comments on commit f475112

Please sign in to comment.