Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information