You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ord creates a wallet it uses internal = true for the receiving addresses and internal = false for change addresses. This is exactly backwards.
To see this, look at the change address in the commit tx. It is a receiving address not a change address. And look at the output of 'wallet receive'. It is a change address.
To fix this delete the ! before 'change' about 6 lines from the end of wallet.rs.
The text was updated successfully, but these errors were encountered:
When ord creates a wallet it uses internal = true for the receiving addresses and internal = false for change addresses. This is exactly backwards.
To see this, look at the change address in the commit tx. It is a receiving address not a change address. And look at the output of 'wallet receive'. It is a change address.
To fix this delete the ! before 'change' about 6 lines from the end of wallet.rs.
The text was updated successfully, but these errors were encountered: