Revert "fixes"

This reverts commit 41f34f4ff4.
This commit is contained in:
jonesmarvin8
2026-04-26 21:28:11 -04:00
parent 41f34f4ff4
commit 5bcf1a253b
138 changed files with 125 additions and 7538 deletions
@@ -52,8 +52,6 @@ async fn main() {
accounts,
Program::serialize_instruction(greeting).unwrap(),
&program.into(),
&None,
&None,
)
.await
.unwrap();
@@ -60,8 +60,6 @@ async fn main() {
accounts,
Program::serialize_instruction(instruction).unwrap(),
&program_with_dependencies,
&None,
&None,
)
.await
.unwrap();
@@ -106,8 +106,6 @@ async fn main() {
accounts,
Program::serialize_instruction(instruction).unwrap(),
&program.into(),
&None,
&None,
)
.await
.unwrap();
@@ -149,8 +147,6 @@ async fn main() {
accounts,
Program::serialize_instruction(instruction).unwrap(),
&program.into(),
&None,
&None,
)
.await
.unwrap();