parent
f259a614de
commit
ec63d5c456
15 changed files with 499 additions and 37 deletions
|
@ -98,3 +98,7 @@ func (fs *FeerStub) BlockHeight() uint32 {
|
|||
func (fs *FeerStub) GetUtilityTokenBalance(acc util.Uint160) *big.Int {
|
||||
return big.NewInt(1000000 * native.GASFactor)
|
||||
}
|
||||
|
||||
func (fs FeerStub) P2PSigExtensionsEnabled() bool {
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue