docs: typo fix (#292)
This commit is contained in:
parent
6ec8312b8c
commit
28c5c4febd
|
@ -156,7 +156,7 @@ pub struct CallResult {
|
||||||
pub output: Bytes,
|
pub output: Bytes,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Craete Result
|
/// Create Result
|
||||||
#[derive(Debug, Clone, PartialEq, Default, Deserialize, Serialize)]
|
#[derive(Debug, Clone, PartialEq, Default, Deserialize, Serialize)]
|
||||||
pub struct CreateResult {
|
pub struct CreateResult {
|
||||||
/// Gas used
|
/// Gas used
|
||||||
|
|
Loading…
Reference in New Issue