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
On explorer, packet key will display as hex encoded like this 00012f65766d5f31303030322d312f00000000000002202f4f4e5f524543562f6368616e6e656c2d302f000000000000000b
so it would be nice to have a CLI to finalize by packet key.
Note: currently I see the packet-key string is being computed like this string([]bytes), it Not read/copy-able.
So this format will need to decode hex into buffer and do string() before set into msg to make it work.
The text was updated successfully, but these errors were encountered:
On explorer, packet key will display as hex encoded like this
00012f65766d5f31303030322d312f00000000000002202f4f4e5f524543562f6368616e6e656c2d302f000000000000000b
so it would be nice to have a CLI to finalize by packet key.
Note: currently I see the packet-key string is being computed like this
string([]bytes)
, it Not read/copy-able.So this format will need to decode hex into buffer and do
string()
before set into msg to make it work.The text was updated successfully, but these errors were encountered: