mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
rpc: rename transaction to transactionWatch (#1399)
This commit is contained in:
@@ -280,9 +280,9 @@ impl<T: Config> UnstableRpcMethods<T> {
|
|||||||
let sub = self
|
let sub = self
|
||||||
.client
|
.client
|
||||||
.subscribe(
|
.subscribe(
|
||||||
"transaction_unstable_submitAndWatch",
|
"transactionWatch_unstable_submitAndWatch",
|
||||||
rpc_params![to_hex(tx)],
|
rpc_params![to_hex(tx)],
|
||||||
"transaction_unstable_unwatch",
|
"transactionWatch_unstable_unwatch",
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user