There was an error while loading. Please reload this page.
2 parents 199c8c0 + 1524dda commit c220b1fCopy full SHA for c220b1f
1 file changed
state/process.go
@@ -904,9 +904,9 @@ outer:
904
// of our tracked accounts.
905
if i.isTracked(payer, newAccounts) && fees > 0 {
906
// NOTE(tav): This is theoretically possible if someone
907
- // manually deposits FLOW into the FlowFees contract.
+ // manually deposits FLOW into a fee address.
908
//
909
- // We explicitly disallow making direct transfers to the fee
+ // We explicitly disallow making direct transfers to a fee
910
// address within transaction construction. But, just in
911
// case, we add this additional check here which is
912
// effectively a fatal error.
0 commit comments