|
@@ -4,7 +4,7 @@ import "./GSNBouncerBase.sol";
|
|
|
import "../../cryptography/ECDSA.sol";
|
|
|
|
|
|
/**
|
|
|
- * @dev A xref:ROOT:gsn-advanced.adoc#gsn-bouncers[GSN Bouncer] that allows relayed transactions through when they are
|
|
|
+ * @dev A xref:ROOT:gsn-bouncers.adoc#gsn-bouncers[GSN Bouncer] that allows relayed transactions through when they are
|
|
|
* accompanied by the signature of a trusted signer. The intent is for this signature to be generated by a server that
|
|
|
* performs validations off-chain. Note that nothing is charged to the user in this scheme. Thus, the server should make
|
|
|
* sure to account for this in their economic and threat model.
|