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 5953d78 commit f45ad51Copy full SHA for f45ad51
examples/sol-anchor-contract/programs/sol-anchor-contract/src/error.rs
@@ -20,4 +20,4 @@ pub enum ErrorCode {
20
LoanValueTooHigh,
21
#[msg("Program should not try to serialize a price account.")]
22
TryToSerializePriceAccount,
23
-}
+}
examples/sol-anchor-contract/programs/sol-anchor-contract/src/state.rs
@@ -47,4 +47,4 @@ impl Deref for PriceFeed {
47
fn deref(&self) -> &Self::Target {
48
&self.0
49
}
50
0 commit comments