This commit is contained in:
Hardhat Chad
2025-09-25 10:58:19 -07:00
parent 91d51adcd3
commit a9a2e87031
11 changed files with 397 additions and 477 deletions

View File

@@ -1,7 +1,5 @@
use steel::*;
use crate::state::OreAccountOLD;
use super::OreAccount;
/// Treasury is a singleton account which is the mint authority for the ORE token and the authority of
@@ -24,4 +22,3 @@ pub struct TreasuryOLD {
}
account!(OreAccount, Treasury);
account!(OreAccountOLD, TreasuryOLD);