Commit c63f41bf authored by Will Cory's avatar Will Cory

fix value -> val typo

prettier comments
parent 52fbbc50
......@@ -47,7 +47,7 @@ contract AssetReceiverTest is AssetReceiver_Initializer {
attestationStation.attestations(
attestationData.about,
attestationData.key,
attestationData.value
attestationData.val
),
""
);
......
......@@ -27,7 +27,7 @@ contract AttestationStation is Semver {
/**
* @notice Maps addresses to attestations
* @dev addresses map to attestations map of
* `about` addresses to key/values
* about addresses to key/values
* key/values are a map of bytes32 to bytes
*/
mapping(address => mapping(address => mapping(bytes32 => bytes))) public attestations;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment