Skip to content

Commit 78b2d34

Browse files
committed
networks: changed P2SH to 0x32
1 parent 2228d28 commit 78b2d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/networks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
private: 0x019d9cfe
3030
},
3131
pubKeyHash: 0x30,
32-
scriptHash: 0x50,
32+
scriptHash: 0x32,
3333
wif: 0xb0
3434
}
3535
}

0 commit comments

Comments
 (0)