Skip to content

Commit

Permalink
fix: wc_push -> wc_notify
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakowskiii committed Jul 30, 2023
1 parent 139aca8 commit faf1c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsonrpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ pub struct JsonRpcPayload {
#[derive(Debug, Serialize, Deserialize)]
#[serde(tag = "method", content = "params")]
pub enum JsonRpcParams {
#[serde(rename = "wc_pushMessage")]
#[serde(rename = "wc_notifyMessage")]
Push(String),
}

0 comments on commit faf1c3d

Please sign in to comment.