Skip to content

Commit

Permalink
Merge pull request #62 from spknetwork/show-ord
Browse files Browse the repository at this point in the history
show ord
  • Loading branch information
Adesojisouljay authored Jan 27, 2025
2 parents c5a80df + 75dc6d9 commit 0187a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/wallet-bitcoin-machines/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const WalletBtc = (props: Props) => {
useEffect(() => {
/////test address
// const bitcoinAddress = "bc1pet95xv7gz6s8q2r2x0g3npcyyf9yn0yr9y0x2yekxyqjzuvuef4sm5rpql"
const bitcoinAddress = jsonMetaData?.bitcoin?.address
const bitcoinAddress = jsonMetaData?.bitcoin?.ordinalAddress

const getOrdinals = async () => {

Expand Down

0 comments on commit 0187a22

Please sign in to comment.