We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc318ef commit df4c47cCopy full SHA for df4c47c
1 file changed
contracts/price-feed/src/contract.rs
@@ -79,7 +79,8 @@ pub fn try_request(
79
symbols,
80
minimum_sources: config.minimum_sources,
81
}
82
- .try_to_vec().map(Binary)
+ .try_to_vec()
83
+ .map(Binary)
84
.map_err(|err| ContractError::CustomError {
85
val: err.to_string(),
86
})?;
0 commit comments