We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b4d38 commit 03006a3Copy full SHA for 03006a3
1 file changed
examples/sign/main.go
@@ -75,8 +75,8 @@ func main() {
75
dummyTx := []byte("deadbeef") // replace with real transaction bytes
76
77
txMsg := &types.SignTxMessage{
78
- KeyType: types.KeyTypeSecp256k1,
79
- WalletID: "b8a32a42-b5ea-4c80-a489-d2ec9e873cdf", // Use the generated wallet ID
+ KeyType: types.KeyTypeEd25519,
+ WalletID: "ad24f678-b04b-4149-bcf6-bf9c90df8e63", // Use the generated wallet ID
80
NetworkInternalCode: "solana-devnet",
81
TxID: txID,
82
Tx: dummyTx,
0 commit comments