thaler icon indicating copy to clipboard operation
thaler copied to clipboard

Problem: upgrade to bech32 0.8.0 fails

Open tomtau opened this issue 4 years ago • 0 comments

   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

tomtau avatar Feb 15 '21 23:02 tomtau