Skip to content

Commit

Permalink
Update AlertManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
retoaccess1 committed May 14, 2024
1 parent 281b7d0 commit 946a80f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/src/main/java/haveno/core/alert/AlertManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ protected List<String> getPubKeyList() {
"026c581ad773d987e6bd10785ac7f7e0e64864aedeb8bce5af37046de812a37854",
"025b058c9f2c60d839669dbfa5578cf5a8117d60e6b70e2f0946f8a691273c6a36");
case XMR_MAINNET:
return List.of();
return List.of(
"029da09bc04dea33cd11a31bc1c05aa830b9180acb84e5370ee7fde60cae9f3d03",
"02834de139c2767cd11f000f8ea71a3e168fec81132850a4a2cce65385da57a98a"
);
default:
throw new RuntimeException("Unhandled base currency network: " + Config.baseCurrencyNetwork());
}
Expand Down

0 comments on commit 946a80f

Please sign in to comment.