Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi authored Jan 9, 2024
1 parent 16dd188 commit 82722f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/LSP9Vault/LSP9VaultCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ contract LSP9VaultCore is
*/
receive() external payable virtual {
if (msg.value != 0) {
universalReceiver(_TYPEID_LSP9_VALUE_RECEIVED, "0x");
universalReceiver(_TYPEID_LSP9_VALUE_RECEIVED, "0xaabbccdd");
}
}

Expand Down

0 comments on commit 82722f3

Please sign in to comment.