Minor post-merge fixes

This commit is contained in:
Jędrzej Stuczyński
2022-06-06 17:31:09 +01:00
parent a60de5764d
commit 8300daa117
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ impl super::client::Client for DummyClient {
async fn execute_proposal(
&self,
proposal_id: u64,
fee: Option<Fee>,
_proposal_id: u64,
_fee: Option<Fee>,
) -> crate::coconut::error::Result<()> {
todo!()
}