gamelover
gamelover
1. First, generate a P2SH multisig address including some custom content. script := txscript.NewScriptBuilder() // custom content script.AddOp(txscript.OP_HASH160) script.AddData(Hash_Preimage_R) script.AddOp(txscript.OP_EQUALVERIFY) // standard content script.AddOp(txscript.OP_2) script.AddData(aPubKey) script.AddData(bPubKey) script.AddOp(txscript.OP_2) script.AddOp(txscript.OP_CHECKMULTISIG) return script.Script()...
Clicking the Update button, should show a popup window and display the update progress.