Skip to content

Commit

Permalink
Maybe fix messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium committed Oct 30, 2024
1 parent a68b21f commit e04b1a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ public String getCounterPartyAddress() {
@JsonIgnore
@Override
public String getCounterPartyId() {
return null;
return counterPartyId;
}
}

0 comments on commit e04b1a4

Please sign in to comment.