diff --git a/explorer/src/components/TransactionDetails.tsx b/explorer/src/components/TransactionDetails.tsx index ed543ccc4e..03751b12b4 100644 --- a/explorer/src/components/TransactionDetails.tsx +++ b/explorer/src/components/TransactionDetails.tsx @@ -265,7 +265,7 @@ function AccountsCard({ signature }: Props) { return (
-

Accounts

+

Account Inputs

diff --git a/explorer/src/components/instruction/RawDetails.tsx b/explorer/src/components/instruction/RawDetails.tsx index 412f2b46aa..6cda1d9db5 100644 --- a/explorer/src/components/instruction/RawDetails.tsx +++ b/explorer/src/components/instruction/RawDetails.tsx @@ -44,7 +44,7 @@ export function RawDetails({ ix }: { ix: TransactionInstruction }) { ))} - +
Raw Data (Base58)Instruction Data (Base58) {displayData(data)}