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
Fix transfer message bindnode wrap passing pointer to pointer
Bindnode wrap expects a pointer. A fail-fast check is introduced in
ipld/go-ipld-prime#427 which will cause a panic if the IPLD dependency
is upgraded to the head of main branch.
Avoid passing pointer-to-pointer when wrapping transfer message.
See:
- ipld/go-ipld-prime#427
0 commit comments