yuwiggin
yuwiggin
I tried to test [cpi-returns](https://github.com/coral-xyz/anchor/tree/master/tests/cpi-returns) the `callee.rs` changed to ``` pub struct StructReturn { pub value: [u16; 2], } ... pub fn return_struct(_ctx: Context) -> Result { let s =...
customer request.
I tried to deploy contract on ropsten network with truffle, metamask and infura. ` truffle migrate --network ropsten ` , but failed with the following error. ``` Using network 'ropsten'....