OSDN Git Service

Add sw address
authorjianyixun <317316abcd@163.com>
Tue, 24 Oct 2017 07:25:09 +0000 (15:25 +0800)
committerjianyixun <317316abcd@163.com>
Tue, 24 Oct 2017 07:25:09 +0000 (15:25 +0800)
commit92414bb8c0afa968da7a8da0974c0624684bb8c1
tree01b32f4a84acef956c8b05b7eff8ad96d057ca4d
parente426ff278926807857773490755c9c850523570e
Add sw address

Add Sigwit address  and chain params
16 files changed:
blockchain/account/accounts.go
blockchain/transact.go
blockchain/txbuilder/txbuilder.go
blockchain/txbuilder/witness.go
common/address.go [new file with mode: 0644]
common/address_test.go [new file with mode: 0644]
common/bech32.go [deleted file]
common/bech32/README.md [new file with mode: 0644]
common/bech32/bech32.go [new file with mode: 0644]
common/bech32/bech32_test.go [new file with mode: 0644]
common/bech32/doc.go [new file with mode: 0644]
common/bech32/example_test.go [new file with mode: 0644]
common/bech32_test.go [deleted file]
common/types.go
config/config.go
consensus/general.go