You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Fee transfers can't be done in the motsu testing framework. This commented test serves as an example for how to use the function, though.
238
+
239
+
/*
228
240
#[motsu::test]
229
241
fn test_withdraw_fee(
230
242
pyth_contract: Contract<PythReceiver>,
@@ -236,12 +248,16 @@ mod test {
236
248
let hex_str = "0100000000010030f48904e130d76ee219bc59988f89526e5c9860e89efda3a74e33c3ab53d4e6036d1c67249d2f25a27e8c94d203609785839e3e4817d0a03214ea8bbf6a8415000000000100000000000100000000000000000000000000000000000000000000000000000000000000110000000000000001005054474d0109000270997970c51812dc3a010c7d01b50e0d17dc79c800000000000000640000000000000003";
237
249
let bytes = Vec::from_hex(&hex_str).expect("Invalid hex string");
0 commit comments