Svarog 41647fd488 [DEV-376] Changed any instance of %v in format strings with a more specific format token (#188)
* [DEV-376] Changed any instance of %v in format strings with a more specific format token

* [DEV-376] Fixed some more wrong formatting strings + removed redundant
cast

* [DEV-376] Added fmt.Sprintf where it was missing

* [DEV-376] use %s for util.Amount, to invoke .String()

* [DEV-376] Some more fixes in format strings

* [DEV-376] fixed mruinvmap_test to expect the correct behaviour
2019-02-20 14:02:52 +02:00
..
2018-11-06 15:45:00 +02:00

bech32dag

Build Status ISC License GoDoc

Package bech32 provides a Go implementation of the bech32 format specified in the spec.

Test vectors from the spec are added to ensure compatibility with the BIP.

Installation and Updating

$ go get -u github.com/daglabs/btcutil/bech32dag

Examples

License

Package bech32 is licensed under the copyfree ISC License.