Use wasm to decode stake account
This commit is contained in:
committed by
Michael Vines
parent
29ec98d0a1
commit
26e4767fdd
@@ -36,7 +36,7 @@ export function SplitDetailsCard(props: {
|
||||
<td>Program</td>
|
||||
<td className="text-right">
|
||||
<Copyable bottom text={StakeProgram.programId.toBase58()}>
|
||||
<code>{displayAddress(StakeProgram.programId)}</code>
|
||||
<code>{displayAddress(StakeProgram.programId.toBase58())}</code>
|
||||
</Copyable>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user