Fallback functions don't always have to be payable

This commit is contained in:
ethers 2016-11-17 18:14:26 -08:00 committed by GitHub
parent 1d9aee97c2
commit feebe3e755

View File

@ -173,7 +173,7 @@ Yes::
...
}
function() payable {
function() {
...
}
@ -210,7 +210,7 @@ No::
...
}
function() payable {
function() {
...
}