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 beba622 commit b9cfb49Copy full SHA for b9cfb49
wasm/tests/offchain.rs
@@ -398,12 +398,13 @@ async fn test_fee_calculation_v2() {
398
let inputs = Array::new();
399
inputs.set(0u32, JsValue::from_str(input_1));
400
inputs.set(1u32, JsValue::from_str(input_2));
401
+ let program = Progra::get_credits_program().to_string();
402
403
let offline_query = OfflineQuery::from_string(OFFLINE_QUERY_V2).unwrap();
404
405
let transaction = ProgramManager::execute(
406
&private_key,
- Program::credits().to_string(),
407
+ Program::get_credits_program().to_string(),
408
"transfer_public_to_private",
409
inputs,
410
0.0,
0 commit comments