Skip to content

Commit 67764ec

Browse files
author
tilo-14
committed
rm token transfer duplicate
1 parent 962b0c5 commit 67764ec

6 files changed

Lines changed: 1 addition & 362 deletions

File tree

.github/workflows/rust-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- light-token-macro-create-mint
4545
- light-token-macro-create-token-account
4646
- create-and-transfer
47-
- token-transfer
4847
steps:
4948
- uses: actions/checkout@v4
5049

programs/anchor/Anchor.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ members = [
1111
"basic-macros/create-ata",
1212
"basic-macros/create-token-account",
1313
"create-and-transfer",
14-
"create-and-transfer/token-transfer",
1514
"basic-instructions/approve",
1615
"basic-instructions/burn",
1716
"basic-instructions/close",
@@ -32,7 +31,7 @@ fundraiser = "Eoiuq1dXvHxh6dLx3wh9gj8kSAUpga11krTrbfF5XYsC"
3231
light_token_minter = "3EPJBoxM8Evtv3Wk7R2mSWsrSzUD7WSKAaYugLgpCitV"
3332
swap_example = "AsGVFxWqEn8icRBFQApxJe68x3r9zvfSbmiEzYFATGYn"
3433
counter = "PDAm7XVHEkBvzBYDh8qF3z8NxnYQzPjGQJKcHVmMZpT"
35-
token_transfer = "672fL1Nm191MbPoygNM9DRiG2psBELn97XUpGbU3jW7E"
34+
create_and_transfer = "672fL1Nm191MbPoygNM9DRiG2psBELn97XUpGbU3jW7E"
3635

3736
[registry]
3837
url = "https://api.apr.dev"

programs/anchor/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ members = [
77
"basic-macros/create-ata",
88
"basic-macros/create-token-account",
99
"create-and-transfer",
10-
"create-and-transfer/token-transfer",
1110

1211
# Basic instruction examples
1312
"basic-instructions/approve",

programs/anchor/create-and-transfer/token-transfer/Cargo.toml

Lines changed: 0 additions & 42 deletions
This file was deleted.

programs/anchor/create-and-transfer/token-transfer/src/lib.rs

Lines changed: 0 additions & 87 deletions
This file was deleted.

programs/anchor/create-and-transfer/token-transfer/tests/test.rs

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)