mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Fixed typo in currently unused getSignaturesInvolvingAddress() method.
This commit is contained in:
@@ -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<>();
|
||||
|
||||
|
Reference in New Issue
Block a user