mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 03:17:27 +00:00 
			
		
		
		
	keep the EthSecp256k1 from cosmos for compatible
This commit is contained in:
		
							parent
							
								
									c1efdaa507
								
							
						
					
					
						commit
						6190839ddc
					
				@ -33,8 +33,8 @@ import (
 | 
			
		||||
 | 
			
		||||
func customKeyringOptions() keyring.Option {
 | 
			
		||||
	return func(options *keyring.Options) {
 | 
			
		||||
		options.SupportedAlgos = append(options.SupportedAlgos, vrf.VrfAlgo, hd.EthSecp256k1)
 | 
			
		||||
		options.SupportedAlgosLedger = append(options.SupportedAlgosLedger, vrf.VrfAlgo, hd.EthSecp256k1)
 | 
			
		||||
		options.SupportedAlgos = append(hd.SupportedAlgorithms, vrf.VrfAlgo)
 | 
			
		||||
		options.SupportedAlgosLedger = append(hd.SupportedAlgorithmsLedger, vrf.VrfAlgo)
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user