This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Description
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