git.delta.rocks / unique-network / refs/commits / 4c8a7ebee4f6

difftreelog

doc: fix sponsor type for ethereum

Yaroslav Bolyukin2022-09-08parent: #2842dae.patch.diff
in: master

2 files changed

modifieddoc/sponsoring-flow.drawio.svgdiffbeforeafterboth
modifieddoc/sponsoring.mddiffbeforeafterboth
--- a/doc/sponsoring.md
+++ b/doc/sponsoring.md
@@ -6,7 +6,7 @@
 
 If you need to add sponsoring for pallet call, you should implement `SponsorshipHandler<AccountId, Call, ()>`
 
-If you need to add sponsoring for EVM contract call, you should implement `SponsorshipHandler<H160, (H160, Vec<u8>), CallContext>`
+If you need to add sponsoring for EVM contract call, you should implement `SponsorshipHandler<CrossAccountId, (H160, Vec<u8>), CallContext>`
 
 For both examples, you can take a look at `UniqueSponsorshipHandler` struct inside of common runtime