Use wasm to decode stake account

This commit is contained in:
Justin Starry
2020-05-14 15:30:33 +08:00
committed by Michael Vines
parent 29ec98d0a1
commit 26e4767fdd
43 changed files with 1522 additions and 129 deletions

View File

@@ -41,7 +41,7 @@ export function WithdrawDetailsCard(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>