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 b9cfb49 commit fb5a5e7Copy full SHA for fb5a5e7
wasm/tests/offchain.rs
@@ -398,13 +398,12 @@ 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,
407
- Program::get_credits_program().to_string(),
+ &Program::get_credits_program().to_string(),
408
"transfer_public_to_private",
409
inputs,
410
0.0,
0 commit comments