Merge remote-tracking branch 'origin/master' into vmtracing
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
use bloomchain::group as bc;
|
||||
use util::HeapSizeOf;
|
||||
|
||||
/// Represents BloomGroup position in database.
|
||||
/// Represents `BloomGroup` position in database.
|
||||
#[derive(PartialEq, Eq, Hash, Clone, Debug)]
|
||||
pub struct GroupPosition {
|
||||
/// Bloom level.
|
||||
|
||||
@@ -54,7 +54,7 @@ impl Key<BlockTraces> for H256 {
|
||||
}
|
||||
}
|
||||
|
||||
/// Wrapper around blooms::GroupPosition so it could be
|
||||
/// Wrapper around `blooms::GroupPosition` so it could be
|
||||
/// uniquely identified in the database.
|
||||
#[derive(Debug, PartialEq, Eq, Hash, Clone)]
|
||||
struct TraceGroupPosition(blooms::GroupPosition);
|
||||
|
||||
@@ -36,6 +36,7 @@ pub enum Action {
|
||||
/// Create creates new contract.
|
||||
Create,
|
||||
/// Calls contract at given address.
|
||||
/// In the case of a transfer, this is the receiver's address.'
|
||||
Call(Address),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user