-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
- cd examples/sol-contract
- cargo build
error
no method named
get_current_pricefound for struct
PriceFeedin the current scope
examples/sol-contract/src/processor.rs:87:33
let result1 = feed1.get_current_price().ok_or(ProgramError::Custom(3))?;
If I rollback to commit 'An example contract for solana (#72)' I can go one step further:
- cd examples/sol-contract
- cargo build
- cd scripts
- sh build.sh
error
error: failed to select a version for the requirement time = "^0.3"
candidate versions found which didn't match: 0.3.15, 0.3.14, 0.3.13,
Metadata
Metadata
Assignees
Labels
No labels