Delete unnecessary test data file
This commit is contained in:
parent
dc9b1b6b51
commit
4516adca3b
@ -46,17 +46,16 @@ describe('Address', function() {
|
|||||||
|
|
||||||
it('should match mainnet p2sh address obtained from script', () => {
|
it('should match mainnet p2sh address obtained from script', () => {
|
||||||
const p2sh = Buffer.from(''
|
const p2sh = Buffer.from(''
|
||||||
+ '52410491bba2510912a5bd37da1fb5b1673010e4'
|
+ '52410491bba2510912a5bd37da1fb5b1673010e4'
|
||||||
+ '3d2c6d812c514e91bfa9f2eb129e1c183329db55'
|
+ '3d2c6d812c514e91bfa9f2eb129e1c183329db55'
|
||||||
+ 'bd868e209aac2fbc02cb33d98fe74bf23f0c235d'
|
+ 'bd868e209aac2fbc02cb33d98fe74bf23f0c235d'
|
||||||
+ '6126b1d8334f864104865c40293a680cb9c020e7'
|
+ '6126b1d8334f864104865c40293a680cb9c020e7'
|
||||||
+ 'b1e106d8c1916d3cef99aa431a56d253e69256da'
|
+ 'b1e106d8c1916d3cef99aa431a56d253e69256da'
|
||||||
+ 'c09ef122b1a986818a7cb624532f062c1d1f8722'
|
+ 'c09ef122b1a986818a7cb624532f062c1d1f8722'
|
||||||
+ '084861c5c3291ccffef4ec687441048d2455d240'
|
+ '084861c5c3291ccffef4ec687441048d2455d240'
|
||||||
+ '3e08708fc1f556002f1b6cd83f992d085097f997'
|
+ '3e08708fc1f556002f1b6cd83f992d085097f997'
|
||||||
+ '4ab08a28838f07896fbab08f39495e15fa6fad6e'
|
+ '4ab08a28838f07896fbab08f39495e15fa6fad6e'
|
||||||
+ 'dbfb1e754e35fa1c7844c41f322a1863d4621353ae',
|
+ 'dbfb1e754e35fa1c7844c41f322a1863d4621353ae','hex');
|
||||||
'hex');
|
|
||||||
const script = Script.fromRaw(p2sh);
|
const script = Script.fromRaw(p2sh);
|
||||||
const addr = Address.fromScript(script);
|
const addr = Address.fromScript(script);
|
||||||
const expectedAddr = '3QJmV3qfvL9SuYo34YihAf3sRCW3qSinyC';
|
const expectedAddr = '3QJmV3qfvL9SuYo34YihAf3sRCW3qSinyC';
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user