Review comments

This commit is contained in:
Jon Häggblad
2023-04-21 08:00:42 +02:00
parent eacefd3697
commit 0dfd1cca44
@@ -21,7 +21,7 @@ use std::{io, time::Duration};
#[derive(Debug, Error)]
pub enum NyxdError {
#[error("No contract address is available to perform the call")]
#[error("No contract address is available to perform the call: {0}")]
NoContractAddressAvailable(String),
#[error(transparent)]