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
Running any transaction along with dry-run flag is returning an error Error: cannot build signature for simulation, key records slice is empty
Version
main branch
Steps to Reproduce
Run a tx along with --dry-run flag
For e.g., simd tx bank send $ADDR1 $ADDR2 10stake --chain-id 1 --from alice --dry-run
It is returning an error Error: cannot build signature for simulation, key records slice is empty
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
Running any transaction along with
dry-run
flag is returning an errorError: cannot build signature for simulation, key records slice is empty
Version
main branch
Steps to Reproduce
Run a tx along with
--dry-run
flagFor e.g.,
simd tx bank send $ADDR1 $ADDR2 10stake --chain-id 1 --from alice --dry-run
It is returning an error
Error: cannot build signature for simulation, key records slice is empty
For Admin Use
The text was updated successfully, but these errors were encountered: