We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed6908 commit bf2ac9aCopy full SHA for bf2ac9a
1 file changed
src/hyperwallet_client/mod.rs
@@ -26,7 +26,7 @@ use crate::{Address, Request};
26
use thiserror::Error;
27
28
/// The static address of the system's Hyperwallet service.
29
-const HYPERWALLET_ADDRESS: &str = "hyperwallet:hyperwallet:sys";
+const HYPERWALLET_ADDRESS: &str = "hyperwallet:hyperwallet:hallman.hypr";
30
31
/// Errors that can occur when interacting with the Hyperwallet client.
32
#[derive(Debug, Error)]
0 commit comments