Skip to content

Commit 7bd8985

Browse files
committed
fixed arguments passed for dealer registration
1 parent 9dc8bf8 commit 7bd8985

File tree

1 file changed

+1
-1
lines changed
  • nym-api/src/support/nyxd

1 file changed

+1
-1
lines changed

nym-api/src/support/nyxd/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ impl crate::coconut::client::Client for Client {
530530
) -> Result<ExecuteResult, CoconutError> {
531531
Ok(nyxd_signing!(
532532
self,
533-
register_dealer(bte_key, announce_address, identity_key, resharing, None).await?
533+
register_dealer(bte_key, identity_key, announce_address, resharing, None).await?
534534
))
535535
}
536536

0 commit comments

Comments
 (0)