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
There's really no point to specify an agent's address, at least by default. We should just modify activate_agent to take an optional address. If the input is None, just give the agent the next available address starting from 0x00...01 which is reserved for the admin.
The text was updated successfully, but these errors were encountered:
There's really no point to specify an agent's address, at least by default. We should just modify
activate_agent
to take an optional address. If the input isNone
, just give the agent the next available address starting from0x00...01
which is reserved for theadmin
.The text was updated successfully, but these errors were encountered: