Skip to content

Commit 5d7c363

Browse files
Manav-Aggarwalclaudegemini-code-assist[bot]
authored
docs(cip-43): clarify from_address refers to module account (#382)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent bcfb193 commit 5d7c363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cips/cip-043.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ message MsgPayProtocolFee {
7474
}
7575
```
7676

77-
The `from_address` field is always set to the fee address. The message includes a signer annotation for SDK compatibility, but signature verification is skipped by the `ProtocolFeeTerminatorDecorator`. Validation happens via ProcessProposal checking that `tx fee == fee address balance`.
77+
The `from_address` field is always set to the [fee address module account](#fee-address). The message includes a signer annotation for SDK compatibility, but signature verification is skipped by the `ProtocolFeeTerminatorDecorator`. Validation happens via ProcessProposal checking that `tx fee == fee address balance`.
7878

7979
### Validation Rules
8080

0 commit comments

Comments
 (0)