From d6faad17e814d252a72e3aca39a4b3898382bab9 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 25 Sep 2024 14:37:17 +0100 Subject: chore: bump rust-nostr v0.35 bump all rust-nostr packages --- test_utils/src/git.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_utils/src/git.rs') diff --git a/test_utils/src/git.rs b/test_utils/src/git.rs index 2a3d566..3c19a2c 100644 --- a/test_utils/src/git.rs +++ b/test_utils/src/git.rs @@ -25,7 +25,7 @@ impl Default for GitTestRepo { let repo_event = generate_repo_ref_event(); let coordinate = Coordinate { kind: Kind::GitRepoAnnouncement, - public_key: repo_event.author(), + public_key: repo_event.pubkey, identifier: repo_event.identifier().unwrap().to_string(), relays: vec![ "ws://localhost:8055".to_string(), -- cgit v1.2.3