Skip to content

Commit

Permalink
regen proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
alyn509 committed Jul 31, 2024
1 parent ad1d799 commit 96ceb0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/feature-tests/abi-tester/src/abi_proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,12 +378,12 @@ where
Arg0: ProxyArg<AbiWithManagedBufferReadToEnd<Env::Api>>,
>(
self,
_arg: Arg0,
) -> TxTypedCall<Env, From, To, NotPayable, Gas, ()> {
arg: Arg0,
) -> TxTypedCall<Env, From, To, NotPayable, Gas, ManagedBuffer<Env::Api>> {
self.wrapped_tx
.payment(NotPayable)
.raw_call("takes_object_with_managed_buffer_read_to_end")
.argument(&_arg)
.argument(&arg)
.original_result()
}

Expand Down

0 comments on commit 96ceb0e

Please sign in to comment.