mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Remove Fee from the Network API
The only benefit to having it would be the ability to cache it across prepare_send, which can be done internally to the Network.
This commit is contained in:
@@ -41,7 +41,6 @@ async fn spend<N: Network, D: Db>(
|
||||
payments: vec![],
|
||||
change: Some(N::change_address(key)),
|
||||
},
|
||||
network.get_fee().await,
|
||||
0,
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user