mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-10-31 23:17:27 +00:00 
			
		
		
		
	remove the EthSecp256k1 from cosmos
This commit is contained in:
		
							parent
							
								
									56d337df16
								
							
						
					
					
						commit
						45b7920181
					
				| @ -35,8 +35,8 @@ import ( | ||||
| 
 | ||||
| func customKeyringOptions() keyring.Option { | ||||
| 	return func(options *keyring.Options) { | ||||
| 		options.SupportedAlgos = append(hd.SupportedAlgorithms, vrf.VrfAlgo) | ||||
| 		options.SupportedAlgosLedger = append(hd.SupportedAlgorithmsLedger, vrf.VrfAlgo) | ||||
| 		options.SupportedAlgos = append(options.SupportedAlgos, vrf.VrfAlgo, hd.EthSecp256k1) | ||||
| 		options.SupportedAlgosLedger = append(options.SupportedAlgosLedger, vrf.VrfAlgo, hd.EthSecp256k1) | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Solovyov1796
						Solovyov1796