Skip to content

Commit 496e173

Browse files
Update Web3+ERC777.swift
1 parent e37b606 commit 496e173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3swift/PrecompiledContracts/ERC777/Web3+ERC777.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protocol IERC777 {
2828

2929
// This namespace contains functions to work with ERC721 tokens.
3030
// can be imperatively read and saved
31-
public class ERC777 {
31+
public class ERC777: IERC777 {
3232

3333
private var _name: String? = nil
3434
private var _symbol: String? = nil

0 commit comments

Comments
 (0)