You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use AtomicTransactionComposer to prepare an application call with argument of type address or byte[32], it panics with error message panic: reflect: call of reflect.Value.IsNil on array Value when calling comp.AddMethodCall(mcp).
Your environment
WSL on Windows 10, Ubuntu 20.04
% algod -v
12885164034
3.4.2.stable [rel/stable] (commit #54c3c397)
go-algorand is licensed with AGPLv3.0
source code available at https://github.com/algorand/go-algorand
% goal node status
Last committed block: 18662936
Time since last block: 0.0s
Sync Time: 11594.5s
Last consensus protocol: https://github.com/algorandfoundation/specs/tree/bc36005dbd776e6d1eaf0c560619bb183215645c
Next consensus protocol: https://github.com/algorandfoundation/specs/tree/bc36005dbd776e6d1eaf0c560619bb183215645c
Round for next consensus protocol: 18662937
Next consensus protocol supported: true
Last Catchpoint:
Genesis ID: testnet-v1.0
Genesis hash: SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=
% uname -a
Linux X1Y-SHAI 4.19.104-microsoft-standard #1 SMP Wed Feb 19 06:37:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Subject of the issue
When trying to use AtomicTransactionComposer to prepare an application call with argument of type address or byte[32], it panics with error message
panic: reflect: call of reflect.Value.IsNil on array Value
when callingcomp.AddMethodCall(mcp)
.Your environment
WSL on Windows 10, Ubuntu 20.04
Steps to reproduce
See enclosed Go program (attached as a txt file)
Expected behaviour
Exits successfully
Actual behaviour
main.go.txt
The text was updated successfully, but these errors were encountered: