Skip to content

Commit

Permalink
show the buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomas committed Jan 2, 2025
1 parent c4d8c06 commit 22d551d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/react-bitcoin/src/components/ActionButtonList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ export const ActionButtonList = ({ sendSignPSBT, sendSignMsg, sendSendTx, sendBa
<button onClick={handleDisconnect}>Disconnect</button>
<button onClick={() => switchNetwork(networks[1]) }>Switch</button>
<button onClick={handleSignMsg}>Sign msg</button>
{/* <button onClick={handleSignPSBT}>Sign PSBT</button> */}
<button onClick={handleSignPSBT}>Sign PSBT</button>
<button onClick={handleSendTx}>Send tx</button>
{/* <button onClick={handleGetBalance}>Get Balance</button> */}
<button onClick={handleGetBalance}>Get Balance</button>
</div>
) : null}
</>
Expand Down

0 comments on commit 22d551d

Please sign in to comment.