We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a447f3f commit 6571d3bCopy full SHA for 6571d3b
target_chains/ethereum/sdk/stylus/contracts/src/pyth/mock.rs
@@ -186,7 +186,7 @@ impl MockPythContract {
186
187
for data in &update_data {
188
// Decode the update_data
189
- let (price_feed, prev_publish_time) = match DecodeDataType::abi_decode(data, false) {
+ let (price_feed, _prev_publish_time) = match DecodeDataType::abi_decode(data, false) {
190
Ok(res) => res,
191
Err(_) => {
192
return Err(Error::FalledDecodeData(FalledDecodeData {}).into());
0 commit comments