Skip to content

Commit bf2ac9a

Browse files
committed
nope
1 parent 9ed6908 commit bf2ac9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hyperwallet_client/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use crate::{Address, Request};
2626
use thiserror::Error;
2727

2828
/// The static address of the system's Hyperwallet service.
29-
const HYPERWALLET_ADDRESS: &str = "hyperwallet:hyperwallet:sys";
29+
const HYPERWALLET_ADDRESS: &str = "hyperwallet:hyperwallet:hallman.hypr";
3030

3131
/// Errors that can occur when interacting with the Hyperwallet client.
3232
#[derive(Debug, Error)]

0 commit comments

Comments
 (0)