mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 14:07:58 +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
|
||||
.client
|
||||
.subscribe(
|
||||
"transaction_unstable_submitAndWatch",
|
||||
"transactionWatch_unstable_submitAndWatch",
|
||||
rpc_params![to_hex(tx)],
|
||||
"transaction_unstable_unwatch",
|
||||
"transactionWatch_unstable_unwatch",
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user