mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
WalletApplication: remove unreachable default case in suffixFromNetwork()
This commit is contained in:
parent
b5d3c07612
commit
b83c0b96e6
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue