mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
WalletApplication: remove unreachable default case in suffixFromNetwork()
This commit is contained in:
parent
b5d3c07612
commit
b83c0b96e6
@ -193,7 +193,6 @@ public abstract class WalletApplication implements AppDelegate {
|
||||
case TESTNET -> "test";
|
||||
case SIGNET -> "signet";
|
||||
case REGTEST -> "regtest";
|
||||
default -> throw new IllegalArgumentException("Unsupported network");
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user