mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 06:08:01 +00:00
Stabilize transactionWatch methods (#1539)
* Stabilize transactionWatch Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Keep consistency in naming method class Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
@@ -259,7 +259,7 @@ async fn chainspec_v1_properties() {
|
||||
|
||||
#[cfg(fullclient)]
|
||||
#[subxt_test]
|
||||
async fn transaction_unstable_submit_and_watch() {
|
||||
async fn transactionwatch_v1_submit_and_watch() {
|
||||
let ctx = test_context().await;
|
||||
let rpc = ctx.unstable_rpc_methods().await;
|
||||
|
||||
@@ -274,7 +274,7 @@ async fn transaction_unstable_submit_and_watch() {
|
||||
|
||||
// Test submitting it:
|
||||
let mut sub = rpc
|
||||
.transaction_unstable_submit_and_watch(&tx_bytes)
|
||||
.transactionwatch_v1_submit_and_watch(&tx_bytes)
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user