crypto-com / thaler

Thaler Experimental Network; For Crypto.org Chain: github.com/crypto-org-chain/chain-main
https://thaler-testnet.crypto.com
Other
158 stars 80 forks source link

Problem: upgrade to bech32 0.8.0 fails #2519

Open tomtau opened 3 years ago

tomtau commented 3 years ago
   Compiling chain-core v0.6.0 (/home/runner/work/thaler/thaler/chain-core)
888
error[E0061]: this function takes 3 arguments but 2 arguments were supplied
889
Error:   --> chain-core/src/tx/data/address.rs:68:21
890
   |
891
68 |                     bech32::encode(get_bech32_human_part_from_network(network), checked_data)
892
   |                     ^^^^^^^^^^^^^^ -------------------------------------------  ------------ supplied 2 arguments
893
   |                     |
894
   |                     expected 3 arguments
895

896
error: aborting due to previous error
897
Error: aborting due to previous error