Skip to content

Commit 992e234

Browse files
committed
chore: attend pr review comments
1 parent 4a7e0ae commit 992e234

File tree

1 file changed

+1
-1
lines changed
  • node/src/actors/json_rpc

1 file changed

+1
-1
lines changed

node/src/actors/json_rpc/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2643,7 +2643,7 @@ pub struct GetDataRequestParams {
26432643
force: bool,
26442644
}
26452645

2646-
/// Enumerates all the states in which a data reuqest transaction can be.
2646+
/// Enumerates the states in which a data request transaction can be, from the point-of-view of the data requester.
26472647
#[derive(Debug, Default, Deserialize, PartialEq, Serialize)]
26482648
#[serde(rename_all = "snake_case")]
26492649
pub enum DataRequestStatus {

0 commit comments

Comments
 (0)