Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Aug 19, 2024
1 parent b9d0c70 commit 2f9143e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion solana/witnessed-trie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ api = [
]
api2 = [
"cf-solana",
"cf-solana/solana-program2",
"cf-solana/solana-program-2",
"solana-program-2"
]
contract = [
Expand Down
5 changes: 3 additions & 2 deletions solana/witnessed-trie/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,12 @@ impl ReturnData {
cf_solana::proof::hash_account(
self.lamports(),
owner.into(),
false,
self.executable(),
self.rent_epoch(),
self.data.as_ref(),
account_address.into(),
).into()
)
.into()
}
}

Expand Down

0 comments on commit 2f9143e

Please sign in to comment.