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
I created transaction successfully with there steps: createrawtransaction -> signrawtransactionwithwallet -> sendrawtransaction. But when I change the outputs to mweb addresses, sendrawtransaction always return error: {"result":null,"error":{"code":-26,"message":"scriptpubkey"},"id":1716260422572961071}
The error is only on sendrawtransaction step with the output is mweb address
The error is only on mainnet, it is success on testnet.
Please anyone know this problem can you explain for me. Thank you