mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
Rename get_raw_history tp get_raw_states
This commit is contained in:
parent
2ec465aec7
commit
f367c2ba49
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ pub fn register_modules(context: Arc<Context>) -> RpcModule<Arc<Context>> {
|
|||
.unwrap();
|
||||
|
||||
module
|
||||
.register_async_method("get_raw_history", |params, context| async move {
|
||||
.register_async_method("get_raw_states", |params, context| async move {
|
||||
execute_request(params, Method::GetRawStates, &context).await
|
||||
})
|
||||
.unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue