Skip to content

Commit

Permalink
update TX_FILEBANK_ADDIDLESPACE (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaFrode authored Apr 10, 2023
1 parent 10d8050 commit 3437c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chain/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (
TX_FILEBANK_DELBUCKET = FILEBANK + DOT + "delete_bucket"
TX_FILEBANK_DELFILE = FILEBANK + DOT + "delete_file"
TX_FILEBANK_UPLOADDEC = FILEBANK + DOT + "upload_declaration"
TX_FILEBANK_ADDIDLESPACE = FILEBANK + DOT + "testAddIdleSpace"
TX_FILEBANK_ADDIDLESPACE = FILEBANK + DOT + "test_add_idle_space"
)

const (
Expand Down

0 comments on commit 3437c82

Please sign in to comment.