@@ -35,6 +35,7 @@ def test_btc(self):
3535 self .assertEqual (self .client .get_address ('Bitcoin' , [0 , 9999999 ]), '1GS8X3yc7ntzwGw9vXwj9wqmBWZkTFewBV' )
3636
3737 def test_ltc (self ):
38+ self .requires_fullFeature ()
3839 self .setup_mnemonic_nopin_nopassphrase ()
3940 self .assertEqual (self .client .get_address ('Litecoin' , []), 'LYtGrdDeqYUQnTkr5sHT2DKZLG7Hqg7HTK' )
4041 self .assertEqual (self .client .get_address ('Litecoin' , [1 ]), 'LKRGNecThFP3Q6c5fosLVA53Z2hUDb1qnE' )
@@ -43,18 +44,21 @@ def test_ltc(self):
4344 self .assertEqual (self .client .get_address ('Litecoin' , [0 , 9999999 ]), 'Laf5nGHSCT94C5dK6fw2RxuXPiw2ZuRR9S' )
4445
4546 def test_grs (self ):
47+ self .requires_fullFeature ()
4648 self .setup_mnemonic_allallall ()
4749 self .assertEqual (self .client .get_address ('Groestlcoin' , [44 | 0x80000000 , 17 | 0x80000000 , 0 | 0x80000000 , 0 , 0 ]), 'Fj62rBJi8LvbmWu2jzkaUX1NFXLEqDLoZM' )
4850 self .assertEqual (self .client .get_address ('Groestlcoin' , [44 | 0x80000000 , 17 | 0x80000000 , 0 | 0x80000000 , 1 , 0 ]), 'FmRaqvVBRrAp2Umfqx9V1ectZy8gw54QDN' )
4951 self .assertEqual (self .client .get_address ('Groestlcoin' , [44 | 0x80000000 , 17 | 0x80000000 , 0 | 0x80000000 , 1 , 1 ]), 'Fmhtxeh7YdCBkyQF7AQG4QnY8y3rJg89di' )
5052
5153 def test_tgrs (self ):
54+ self .requires_fullFeature ()
5255 self .setup_mnemonic_allallall ()
5356 self .assertEqual (self .client .get_address ('GRS Testnet' , [44 | 0x80000000 , 1 | 0x80000000 , 0 | 0x80000000 , 0 , 0 ]), 'mvbu1Gdy8SUjTenqerxUaZyYjmvedc787y' )
5457 self .assertEqual (self .client .get_address ('GRS Testnet' , [44 | 0x80000000 , 1 | 0x80000000 , 0 | 0x80000000 , 1 , 0 ]), 'mm6kLYbGEL1tGe4ZA8xacfgRPdW1LMq8cN' )
5558 self .assertEqual (self .client .get_address ('GRS Testnet' , [44 | 0x80000000 , 1 | 0x80000000 , 0 | 0x80000000 , 1 , 1 ]), 'mjXZwmEi1z1MzveZrKUAo4DBgbdq6ZhGD6' )
5659
5760 def test_ltc_m_address (self ):
61+ self .requires_fullFeature ()
5862 # generate a 1 of 1 multisig and make sure we get an M address
5963 self .setup_mnemonic_nopin_nopassphrase ()
6064 node = bip32 .deserialize ('xpub661MyMwAqRbcF1zGijBb2K6x9YiJPh58xpcCeLvTxMX6spkY3PcpJ4ABcCyWfskq5DDxM3e6Ez5ePCqG5bnPUXR4wL8TZWyoDaUdiWW7bKy' )
0 commit comments