mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-14 19:25:48 +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
|
@Override
|
||||||
public List<byte[]> getSignaturesInvolvingAddress(String address) throws DataException {
|
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<>();
|
List<byte[]> signatures = new ArrayList<>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user