huangxingge

Results 1 comments of huangxingge

def is_p2wpkh(self): return self.script.script[0] == 0 and self.script.script[1] == 20 def is_p2wsh(self): return self.script.script[0] == 0 and self.script.script[1] == 32 it could be ok