mirror of
https://github.com/corda/corda.git
synced 2025-05-31 14:40:52 +00:00
commit
a95b1b3879
@ -218,7 +218,7 @@ Let's define a few commands now:
|
||||
public static class Issue extends Commands {
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
return obj instanceof Redeem;
|
||||
return obj instanceof Issue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user