validate fixes
This commit is contained in:
parent
c1c37df31a
commit
062ae3fc67
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ void blind_transfer_operation::validate()const
|
|||
FC_ASSERT( info.max_value <= GRAPHENE_MAX_SHARE_SUPPLY );
|
||||
}
|
||||
}
|
||||
FC_ASSERT( fc::ecc::verify_sum( in, out, net_public ), "", ("net_public", net_public) );
|
||||
} FC_CAPTURE_AND_RETHROW( (*this) ) }
|
||||
|
||||
share_type blind_transfer_operation::calculate_fee( const fee_parameters_type& k )const
|
||||
|
|
|
|||
Loading…
Reference in a new issue