mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Rename outputIndex
This commit is contained in:
parent
54fc96a5d7
commit
3de2746834
@ -27,7 +27,7 @@ import javax.annotation.Nullable;
|
||||
class JsonTxOutput {
|
||||
private final String txVersion = Version.BSQ_TX_VERSION;
|
||||
private final String txId;
|
||||
private final int outputIndex;
|
||||
private final int index;
|
||||
private final long bsqAmount;
|
||||
private final long btcAmount;
|
||||
private final int height;
|
||||
@ -48,6 +48,6 @@ class JsonTxOutput {
|
||||
private final int lockTime; // new
|
||||
|
||||
String getId() {
|
||||
return txId + ":" + outputIndex;
|
||||
return txId + ":" + index;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user