mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
rbf: remove unnecessary locktime = 0 check
This commit is contained in:
parent
a38206f17c
commit
4d61585e4c
1 changed files with 0 additions and 2 deletions
|
@ -89,8 +89,6 @@ public class Transaction extends ChildMessage {
|
|||
}
|
||||
|
||||
public boolean isReplaceByFee() {
|
||||
if(locktime == 0) return false;
|
||||
|
||||
for(TransactionInput input : inputs) {
|
||||
if(input.isReplaceByFeeEnabled()) {
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue