Skip to content

Commit

Permalink
thow unsupported exception for EIP1559 send
Browse files Browse the repository at this point in the history
  • Loading branch information
apratt3377 committed Aug 28, 2020
1 parent d84cbd3 commit 0fb87a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -119,7 +119,7 @@ public EthSendTransaction sendTransactionEIP1559(
BigInteger value,
boolean constructor)
throws IOException {
return sendTransactionEIP1559(gasPrice, feeCap, gasLimit, to, data, value);
throw new UnsupportedOperationException("sendTransactionEIP1559 is not available");
}

@Override
Expand Down

0 comments on commit 0fb87a7

Please sign in to comment.