Merge pull request #1615 from nspcc-dev/opcodes
core: redefine opcode prices
This commit is contained in:
commit
4dcd06ef44
26 changed files with 577 additions and 433 deletions
|
@ -24,6 +24,10 @@ type FeerStub struct {
|
|||
balance int64
|
||||
}
|
||||
|
||||
func (fs *FeerStub) GetBaseExecFee() int64 {
|
||||
return 30
|
||||
}
|
||||
|
||||
func (fs *FeerStub) FeePerByte() int64 {
|
||||
return fs.feePerByte
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue