showErrorDialog("Error fetching transaction","The server returned an error when fetching the transaction. The server response is contained in sparrow.log");
//electrs does not currently support the verbose parameter, so try to fetch an incomplete VerboseTransaction without it
//Note that without the script hash associated with the transaction, we can't get a block height as there is no way in the Electrum RPC protocol to do this
//We mark this VerboseTransaction as incomplete by assigning it a Sha256Hash.ZERO_HASH blockhash
AppController.showErrorDialog("Error broadcasting transaction","The server returned an error when broadcasting the transaction. The server response is contained in sparrow.log");