Skip to content

Commit 0187a22

Browse files
Merge pull request #62 from spknetwork/show-ord
show ord
2 parents c5a80df + 75dc6d9 commit 0187a22

File tree

1 file changed

+1
-1
lines changed
  • src/common/components/wallet-bitcoin-machines

1 file changed

+1
-1
lines changed

src/common/components/wallet-bitcoin-machines/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const WalletBtc = (props: Props) => {
158158
useEffect(() => {
159159
/////test address
160160
// const bitcoinAddress = "bc1pet95xv7gz6s8q2r2x0g3npcyyf9yn0yr9y0x2yekxyqjzuvuef4sm5rpql"
161-
const bitcoinAddress = jsonMetaData?.bitcoin?.address
161+
const bitcoinAddress = jsonMetaData?.bitcoin?.ordinalAddress
162162

163163
const getOrdinals = async () => {
164164

0 commit comments

Comments
 (0)