mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-12 10:15:49 +00:00
Fixed typo in currently unused getSignaturesInvolvingAddress() method.
This commit is contained in:
parent
659431ebfd
commit
001650d48e
@ -313,7 +313,7 @@ public class HSQLDBTransactionRepository implements TransactionRepository {
|
||||
|
||||
@Override
|
||||
public List<byte[]> getSignaturesInvolvingAddress(String address) throws DataException {
|
||||
String sql = "SELECT signature FROM TransactionRecipients WHERE participant = ?";
|
||||
String sql = "SELECT signature FROM TransactionParticipants WHERE participant = ?";
|
||||
|
||||
List<byte[]> signatures = new ArrayList<>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user