mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	Address encoding: fix base58 import
This commit is contained in:
		@@ -30,7 +30,8 @@ from fastecdsa import keys, curve
 | 
			
		||||
 | 
			
		||||
import ed25519
 | 
			
		||||
import RFC1751
 | 
			
		||||
import base58
 | 
			
		||||
 | 
			
		||||
from base58 import base58 # Specifically the version in the local dir
 | 
			
		||||
 | 
			
		||||
XRPL_SEED_PREFIX = b'\x21'
 | 
			
		||||
XRPL_ACCT_PUBKEY_PREFIX = b'\x23'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user