This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
Following ergotop
tutorial does not work as expected
#702
Labels
Describe the bug
Calling and instantiating contracts using
call
andsend
does not work.To Reproduce
Follow the instructions:
https://github.com/accordproject/techdocs/blob/master/docs/ergo-cli.md#calling-contracts
Everything until
call init()
works perfectly fine.ergo$ call volumediscount(VolumeDiscountRequest{ netAnnualChargeVolume : 0.1 })
returns:
Also,
send VolumeDiscountRequest{ netAnnualChargeVolume : 0.1 }
returns:
Expected behavior
Please see document for expected behavior:
https://github.com/accordproject/techdocs/blob/master/docs/ergo-cli.md#calling-contracts
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
0.20.0-beta.2
Additional context
Flagged in
techdocs
repo, PR#243 (accordproject/techdocs#243)The text was updated successfully, but these errors were encountered: