aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine/src/repo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine/src/repo.rs')
-rw-r--r--adenosine/src/repo.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/adenosine/src/repo.rs b/adenosine/src/repo.rs
index 3fb3a40..ca3c849 100644
--- a/adenosine/src/repo.rs
+++ b/adenosine/src/repo.rs
@@ -250,7 +250,7 @@ impl RepoStore {
let new_mst_cid = self
.update_mst(&last_commit.mst_cid, mutations)
.context("updating MST in repo")?;
- self.write_commit(did, Some(last_commit.commit_cid), new_mst_cid, &signing_key)
+ self.write_commit(did, Some(last_commit.commit_cid), new_mst_cid, signing_key)
}
/// Reads in a full MST tree starting at a repo commit, then re-builds and re-writes the tree