Skip to content

Commit

Permalink
Call names have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Niederb committed Jul 1, 2024
1 parent 1011c0d commit 092bc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/async/examples/unstable_rpc_api_calls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ async fn main() {
// available:
let chain_name_request = "chainSpec_v1_chainName";
let chain_genesis_hash_request = "chainSpec_v1_genesisHash";
let transaction_submit_watch = "transaction_v1_submitAndWatch";
let transaction_unwatch = "transaction_v1_unwatch";
let transaction_submit_watch = "transactionWatch_v1_submitAndWatch";
let transaction_unwatch = "transactionWatch_v1_unwatch";

let request_vec = [
chain_name_request,
Expand Down

0 comments on commit 092bc63

Please sign in to comment.